open static fun create(size: Int): MutableBytes!
Create a new mutable byte value.
size - Int: The size of the returned value.
size
Return MutableBytes!: A MutableBytes value.
MutableBytes