Certitudo.Forma.Ambitus (certitudo v0.1.0)

Copy Markdown View Source

The coordinate extent of a tractus — first, last, and all line numbers.

Summary

Types

t()

@type t() :: %Certitudo.Forma.Ambitus{
  first: pos_integer(),
  last: pos_integer(),
  numbers: [pos_integer()]
}