copyOfRange
Copies the given range from the MutableByteGapBuffer.
Copies the given range from the MutableCharGapBuffer.
fun MutableEventIdentifierGapBuffer.copyOfRange(from: Int, until: Int): EventIdentifierArray
Content copied to clipboard
Copies the given range from the MutableEventIdentifierGapBuffer.
inline fun <T> MutableGapBuffer<T>.copyOfRange(from: Int, until: Int): Array<T>
Content copied to clipboard
Copies the given range from the MutableGapBuffer.
Copies the given range from the MutableIntGapBuffer.