Type Aliasswift 6.0.1Swift
Indices
typealias Indices = Range<Int>
Other members in extension
Instance members
var endIndex: Int
The “past the end” position—that is, the position one greater than the last valid subscript argument.
var startIndex: Int
The position of the first code unit.
subscript(Int
) -> UTF16.CodeUnit Accesses the code unit at the specified position.