# New Ticket Created by Jan Krňávek
# Please include the string: [perl #128533]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org/Ticket/Display.html?id=128533 >
dd (1 X=> (1,2).List)>>.WHICH, (1 X=> (1,2).Array)>>.WHICH
prints:
("Pair|Int|1|Int|1", "Pair|Int|1|Int|2")
(ObjAt.new, ObjAt.new)
say so all(1 X=> 1,2) (elem) set(1=>1,1=>2)
puts True, but
my @a=1,2;
say so all(1 X=> @a) (elem) set(1=>1,1=>2)
puts False
http://irclog.perlgeek.de/perl6/2016-07-04#i_12780360