CharArray extension

JArray<jchar> is a 16-bit integer array.

Due to variable length encoding, the number of code units is not equal to the number of characters.

on

Methods

getRange(int start, int end, {Allocator allocator = malloc}) Uint16List
setRange(int start, int end, Iterable<int> iterable, [int skipCount = 0]) → void

Operators

operator [](int index) int
operator []=(int index, int value) → void