ImGuiTextRange_split function

void ImGuiTextRange_split(
  1. Pointer<ImGuiTextRange> self,
  2. int separator,
  3. Pointer<ImVector> _out
)
void ImGuiTextRange_split(
 ImGuiTextRange* self ,
 byte separator ,
 ImVector* _out
);

Implementation

void ImGuiTextRange_split(
        Pointer<ImGuiTextRange> self, int separator, Pointer<ImVector> _out) =>
    _ImGuiTextRange_split(self, separator, _out);