GPUI.Text.Range (gpui v0.2.0-rc.1)

Copy Markdown View Source

A half-open range between two GPUI.Text.Position values.

Summary

Types

t()

@type t() :: %GPUI.Text.Range{
  end: GPUI.Text.Position.t(),
  start: GPUI.Text.Position.t()
}

Functions

new(start_position, end_position)