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