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