Kubit
Toggle table of contents
1.0.0-alpha02
common
Platform filter
common
Switch theme
Search in API
Kubit
Kubit
/
kubit.collections.deque
/
IntDeque
/
get
get
operator
fun
get
(
index
:
Int
)
:
Int
(
source
)
Returns the element at
index
.
Throws
Index
Out
Of
Bounds
Exception
if
index
is out of bounds [0, size).