StatifierBlocks.SourceView.Line (StatifierBlocks v0.25.0)

Copy Markdown View Source

One reader's line: the spans it holds, its 1-based number, and the nesting depth it is drawn at.

Summary

Types

t()

@type t() :: %StatifierBlocks.SourceView.Line{
  indent: non_neg_integer(),
  number: pos_integer(),
  spans: [StatifierBlocks.SourceView.Span.t()]
}