Closed samcv closed 7 years ago
All types I added are listed here: https://docs.perl6.org/language/nativecall#Passing_and_Returning_Values except for str which you can see here in roast: https://github.com/perl6/roast/blob/master/S02-types/native.t#L43
(They are all in the design docs too, but I wanted to link the most up to date info available)
Thanks!
All types I added are listed here: https://docs.perl6.org/language/nativecall#Passing_and_Returning_Values except for str which you can see here in roast: https://github.com/perl6/roast/blob/master/S02-types/native.t#L43
(They are all in the design docs too, but I wanted to link the most up to date info available)