On 6/18/22 22:12, ToddAndMargo via perl6-users wrote:
What am I doing wrong here too?my $d = buf8.new( 0xDE..0xDB ); Buf[uint8]:0x<>
Not sure why the above did not work, but this does: Presalt with swept entries: > my buf8 $e = buf8.new(0x5..0x8); Buf[uint8]:0x<05 06 07 08> > my buf8 $e = buf8.new(0x5A..0x5D); Buf[uint8]:0x<5A 5B 5C 5D>