mutableTwoByteStringOfSize

fun mutableTwoByteStringOfSize(size: Int): AvailObject

Create a new mutable two-byte string with the specified number of elements.

Return

The new tuple, initialized to null characters (code point 0).

Parameters

size

The number of elements in the new tuple.