Questions tagged as 'perl6'

1
answer

How is an 'array' of 'hashes' made in Perl 6?

I want to create an 'array' of 'hashes' in Perl 6. For example: use Test; plan 1; my @esperado = [ {A => 1, B => 2}; {C => 3, D => 4}; ]; my %hash1 = A => 1, B => 2; my %hash2...
asked by 06.01.2016 / 18:24