kotlin-stdlib
Common
kotlin-stdlib
/
kotlin.collections
/
ArrayDeque
/
last
last
Common
fun
last
(
)
:
E
Content copied to clipboard
Returns the last element, or throws
NoSuchElementException
if this deque is empty.