kotlin-echo
echo-core
/
io.github.alexandrepiveteau.echo.core.buffer
/
MutableEventIdentifierGapBuffer
/
get
get
abstract
operator
fun
get
(
offset
:
Int
)
:
EventIdentifier
Content copied to clipboard
Gets the
EventIdentifier
at the given
offset
.
Throws
kotlin.
Illegal
Argument
Exception
if the
offset
is out of bounds.