4 lines
102 B
Raku
4 lines
102 B
Raku
|
|
push (aka enqueue) -- @list.push
|
||
|
|
pop (aka dequeue) -- @list.shift
|
||
|
|
empty -- !@list.elems
|