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
begin
index.Declaration
Swift
public var begin: Int
-
The element’s
end
index.Declaration
Swift
public var end: Int