Usage
Raku maintains the same list operators of Perl 5, for this task, the operations are:
but there's also @list.pop which removes a item from the end, and @list.unshift which add a item on the start of the list.
Example:
Last updated
Raku maintains the same list operators of Perl 5, for this task, the operations are:
but there's also @list.pop which removes a item from the end, and @list.unshift which add a item on the start of the list.
Example:
Last updated