toNybbleArray

fun toNybbleArray(): NybbleArray

Answer a NybbleArray that contains the contents of the receiver. The answered array is disjoint from the receiver's underlying storage, and may be safely modified by the caller.

Return

The requested array.