Signo.Position (Signo v0.0.2)
View SourceRecords the position of a character or token in the original source code.
Summary
Functions
Updates the recorded pos given either a single grapheme, or a collected list of graphemes.
Types
@type path() :: Path.t() | :nofile
@type t() :: %Signo.Position{ col: non_neg_integer(), path: path(), row: non_neg_integer() }