[][src]Module tremor_script::pos

Tremor Script Position

Structs

ByteOffset

A byte offset in a source file

BytePos

A byte position in a source file.

Column

A zero-indexed column offset into a source file

ColumnOffset

A column offset in a source file

Line

A zero-indexed line offset into a source file

LineOffset

A line offset in a source file

Location

A location in a source file

Range

A rage in a file between two locations

Span

A Span with start and end location

Spanned

A Spanned element, position plus element