utils
/
it.unibo.tuprolog.utils
/
dequeOf
common
js
jvm
deque
Of
common
fun <
T
>
dequeOf
(vararg items:
T
):
MutableList
<
T
>
Content copied to clipboard
fun <
T
>
dequeOf
(items:
Iterable
<
T
>):
MutableList
<
T
>
Content copied to clipboard
fun <
T
>
dequeOf
(items:
Sequence
<
T
>):
MutableList
<
T
>
Content copied to clipboard