On 2020-01-25 18:36, ToddAndMargo via perl6-users wrote:
Question: how do I create a 32 bit variable that is hands off to the boxing?
> my native D32 is repr('P6int') is Int is nativesize(32) is unsigned { }
(D32)
> my D32 $d = 0xFF44; say D32.^name; say D32.Range;
D32
-Inf^..^Inf
AAAAAAAAAAAAAHHHHHHHHHHHH!!!!!!
