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