Source location span with optional line/column.
Summary
Types
@type t() :: %AshTypst.Span{ column: non_neg_integer() | nil, end: non_neg_integer(), line: non_neg_integer() | nil, start: non_neg_integer() }
Source location span with optional line/column.
@type t() :: %AshTypst.Span{ column: non_neg_integer() | nil, end: non_neg_integer(), line: non_neg_integer() | nil, start: non_neg_integer() }