TextInsertAlloc function

Pointer<Char> TextInsertAlloc(
  1. Pointer<Char> text,
  2. Pointer<Char> insert,
  3. int position
)

Implementation

Pointer<Char> TextInsertAlloc(
  Pointer<Char> text,
  Pointer<Char> insert,
  int position,
) => _module.TextInsertAlloc(text, insert, position);