Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

Document_ParsingOptions_Position

mattt edited this page Feb 7, 2020 · 1 revision

Document.ParsingOptions.Position

A position within a document.

public struct Position: Hashable

Inheritance

Hashable

Nested Types

Document.ParsingOptions.Position.Error

Properties

line

The line number.

var line: Int

Line numbers start at 1 and increase monotonically.

column

The line number.

var column: Int

Column numbers start at 1 and increase monotonically.

Clone this wiki locally