On Fri, 08 May 2020, David Santiago wrote:
> I also noticed that although my data string is defined as
> CArray[uint8], when i loop through the array, the values are signed
> ints:
> 
> say $_ for $ed.data[0..10];
> 
> output:
> 
> -98

There is an old open bug report about this: 
https://github.com/Raku/old-issue-tracker/issues/5859

Best,
Tobias

Reply via email to