Location
public struct Location : Codable, Equatable
The numeric location of the identified element in the document, represented with two integers labeled begin and
end.
-
The element’s
beginindex.Declaration
Swift
public var begin: Int -
The element’s
endindex.Declaration
Swift
public var end: Int
View on GitHub
Location Structure Reference