ImGuiTextRange_empty function

int ImGuiTextRange_empty(
  1. Pointer<ImGuiTextRange> self
)
byte ImGuiTextRange_empty(
 ImGuiTextRange* self
);

Implementation

int ImGuiTextRange_empty(Pointer<ImGuiTextRange> self) =>
    _ImGuiTextRange_empty(self);