We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
A position within a document.
public struct Position: Hashable
Comparable, Hashable
Comparable
Hashable
line
The line number.
var line: Int
Line numbers start at 1 and increase monotonically.
column
var column: Int
Column numbers start at 1 and increase monotonically.
<(lhs:rhs:)
public static func <(lhs: Document.Position, rhs: Document.Position) -> Bool