AshTypst.Span (ash_typst v0.2.0)

Copy Markdown View Source

Source location span with optional line/column.

Summary

Types

t()

@type t() :: %AshTypst.Span{
  column: non_neg_integer() | nil,
  end: non_neg_integer(),
  line: non_neg_integer() | nil,
  start: non_neg_integer()
}