One reader's line: the spans it holds, its 1-based number, and the nesting depth it is drawn at.
Summary
Types
@type t() :: %StatifierBlocks.SourceView.Line{ indent: non_neg_integer(), number: pos_integer(), spans: [StatifierBlocks.SourceView.Span.t()] }