Is Queue the recommended data structure to use for...
# getting-started
r
Is Queue the recommended data structure to use for creating a list of things that should be first in first out?
Or is MutableList sufficient as well?
s
see
ArrayDeque
and other structures mentioned in its documentation