Instance Propertyswift 6.1.2Swift
startIndex
var startIndex: Substring.UTF16View.Index { get }var startIndex: Substring.UTF16View.Index { get }import Swift@frozen struct UTF16View@frozen struct SubstringA slice of a string.
typealias Index = String.UTF16View.Indexvar endIndex: Substring.UTF16View.Index { get }var indices: Substring.UTF16View.Indices { get }subscript(r: Range<Substring.UTF16View.Index>) -> Substring.UTF16View { get } subscript(index: Substring.UTF16View.Index) -> Substring.UTF16View.Element { get } func distance(from start: Substring.UTF16View.Index, to end: Substring.UTF16View.Index) -> Int func formIndex(after i: inout Substring.UTF16View.Index) func formIndex(before i: inout Substring.UTF16View.Index) func index(_ i: Substring.UTF16View.Index, offsetBy n: Int) -> Substring.UTF16View.Index func index(_ i: Substring.UTF16View.Index, offsetBy n: Int, limitedBy limit: Substring.UTF16View.Index) -> Substring.UTF16View.Index? func index(after i: Substring.UTF16View.Index) -> Substring.UTF16View.Index func index(before i: Substring.UTF16View.Index) -> Substring.UTF16View.Index typealias Element = String.UTF16View.Elementtypealias Indices = String.UTF16View.Indicestypealias SubSequence = Substring.UTF16View