get

operator fun get(index: Int): UShort

Gets the value at the given index from this deque.

If the given index is less than zero or greater than lastIndex an exception will be thrown.

Return

The item at the given index.

Parameters

index

Index of the item to return in this deque.

Throws

If index is less than zero or greater than lastIndex.