Represents a resolved half-open span in document text.
Most editor code should talk in positions and selections. A span is the internal resolved shape used once a selection is ready to read or edit text.
Summary
Functions
Builds a span from two document points.
Builds a characterwise span that includes the character at the final point.
Removes the text covered by a span.
Returns the text covered by a span.
Types
@type point() :: Minga.Buffer.Position.point()
Functions
Builds a span from two document points.
Builds a characterwise span that includes the character at the final point.
Removes the text covered by a span.
Returns the text covered by a span.