# New Ticket Created by Zoffix Znet # Please include the string: [perl #131790] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=131790 >
m: my @a is default(42) = 1...*; @a[1]:delete; say @a[1]:exists; .say for @a[^10] rakudo-moar 2fb8c7: OUTPUT: «True12345678910» Expected: reify until `1`, delete it, and have `@a[1]:exists` give False, and `.say for @a[^10]` give 42 for the second element.