A half-open range between two GPUI.Text.Position values.
Summary
Types
@type t() :: %GPUI.Text.Range{ end: GPUI.Text.Position.t(), start: GPUI.Text.Position.t() }
Functions
@spec new(GPUI.Text.Position.t(), GPUI.Text.Position.t()) :: t()
A half-open range between two GPUI.Text.Position values.
@type t() :: %GPUI.Text.Range{ end: GPUI.Text.Position.t(), start: GPUI.Text.Position.t() }
@spec new(GPUI.Text.Position.t(), GPUI.Text.Position.t()) :: t()