Just to be clear, I'm suggesting the error message should be about the
magic sequence failing. I guess though that since the sequence is
lazy, you can't throw it until you consume. But then why should the
access to .count come before the Failure of the is mooted?
However it's fixed, it's not a ver
# New Ticket Created by "Sean B. Palmer"
# Please include the string: [perl #87420]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=87420 >
16:57 rakudo: my @random-stuff := 1, 3, 4, 7 ... *; say
@random-stuff[^10].perl
16