LoadTextLines method

Pointer<Pointer<Char>> LoadTextLines(
  1. Pointer<Char> text,
  2. Pointer<Int> count
)

Load text as separate lines ('\n')

Implementation

Pointer<Pointer<Char>> LoadTextLines(Pointer<Char> text, Pointer<Int> count)
  => _LoadTextLines(text, count);