Instance Propertyswift 6.0.1Swift
startIndex
var startIndex: Int { get }
var startIndex: Int { get }
import Swift
@frozen struct Words
A type that represents the words of this integer.
@frozen struct Int8
An 8-bit signed integer value type.
@frozen struct Int
A signed integer value type.
init(_ value: Int8)
var count: Int { get }
var endIndex: Int { get }
var indices: Int8.Words.Indices { 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<Int8.Words>