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