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

Copy Markdown View Source

An atomic replacement of one half-open text range.

Summary

Types

t()

@type t() :: %GPUI.Text.Edit{range: GPUI.Text.Range.t(), text: String.t()}

Functions

new(range, text)

@spec new(GPUI.Text.Range.t(), String.t()) :: t()