parrotcode:
Perl 6 list operators
Contents
|
Language Implementations
|
Perl6
NAME
src/builtins/list.pir - Perl 6 list operators
Functions
list(...)
Build a List from its arguments.
infix:,(...)
Operator form for building a list from its arguments.