copyOfRange

fun MutableByteGapBuffer.copyOfRange(from: Int, until: Int): ByteArray

Copies the given range from the MutableByteGapBuffer.


fun MutableCharGapBuffer.copyOfRange(from: Int, until: Int): CharArray

Copies the given range from the MutableCharGapBuffer.


fun MutableEventIdentifierGapBuffer.copyOfRange(from: Int, until: Int): EventIdentifierArray

Copies the given range from the MutableEventIdentifierGapBuffer.


inline fun <T> MutableGapBuffer<T>.copyOfRange(from: Int, until: Int): Array<T>

Copies the given range from the MutableGapBuffer.


fun MutableIntGapBuffer.copyOfRange(from: Int, until: Int): IntArray

Copies the given range from the MutableIntGapBuffer.