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