Perl 6 More laziness and lists #39

Hash context

my $h = <a apple b banana c cherry>.hash;
my $h = %(<a apple b banana c cherry>);     # same thing
Copyright © 2012
http://www.pmichaud.com/2012/pres/