createUninitializedByteString

fun createUninitializedByteString(size: Int): AvailObject

Create a mutable byte string of the specified size, where all elements are the null byte (code point U+0000).

Return

An Avail A_String.

Parameters

size

The size of the byte string to construct.