push
Pushes the given EventIdentifier at the provided offset (defaults to the end of the buffer).
This operation may move the gap.
abstract fun push( array: EventIdentifierArray, offset: Int = size, startIndex: Int = 0, endIndex: Int = array.size)
Content copied to clipboard
Pushes the given EventIdentifierArray at the provided offset (defaults to the end of the buffer).
This operation may move the gap.