toMutableGapBuffer

fun ByteArray.toMutableGapBuffer(): MutableByteGapBuffer

Copies the contents of this ByteArray into a new MutableByteGapBuffer.


fun CharArray.toMutableGapBuffer(): MutableCharGapBuffer

Copies the contents of this CharArray into a new MutableCharGapBuffer.


Copies the contents of this EventIdentifierArray into a new MutableEventIdentifierGapBuffer.


inline fun <T> Array<T>.toMutableGapBuffer(): MutableGapBuffer<T>

Copies the contents of this Array into a new MutableGapBuffer.


fun IntArray.toMutableGapBuffer(): MutableIntGapBuffer

Copies the contents of this IntArray into a new MutableIntGapBuffer.