Fields

read onlyMAX_STRING_LENGTH:Int

Represents the largest length that a string primitive can have, counted in UTF-16 code units.

See also:

read onlyMAX_LENGTH:Int

On 32-bit architectures, this value is (2^30)-1 (~1GB). On 64-bit architectures, this value is (2^31)-1 (~2GB).

See also: