mutableObjectOfSize

fun mutableObjectOfSize(size: Int): AvailObject

Build a mutable byte tuple with the specified number of zeroed elements.

Return

A byte tuple with the specified number of bytes (initially zero).

Parameters

size

The number of bytes in the resulting tuple.