Perl 6 Perl 6 Lists, Arrays, and Hashes vivified #51

LoL (list-of-list) parameters

Used to collect a variable number of list arguments

Indicated with ** prefix on parameter

sub zip(**@lol) { ... }
Copyright © 2011
http://www.pmichaud.com/2011/pres/