Instance Propertyswift 6.0.3Swift
count
var count: Int { get }
var count: Int { get }
import Swift
@frozen struct Words
A type that represents the words of this integer.
@frozen struct Int16
A 16-bit signed integer value type.
@frozen struct Int
A signed integer value type.
init(_ value: Int16)
var endIndex: Int { get }
var indices: Int16.Words.Indices { get }
var startIndex: Int { get }
subscript(position: Int) -> UInt { get }
func index(after i: Int) -> Int
func index(before i: Int) -> Int
typealias Indices = Range<Int>
typealias SubSequence = Slice<Int16.Words>