kotlin-stdlib
Common
kotlin-stdlib
/
kotlin.collections
/
ArrayDeque
/
firstOrNull
first
Or
Null
fun
firstOrNull
(
)
:
E
?
(
source
)
Returns the first element, or
null
if this deque is empty.