Help language development. Donate to The Perl Foundation
Helper subroutines for working with Perl6 Native Arrays (CArray)
This provides a number of exported subroutines that may prove useful when dealing with array data in a native binding.
The subroutines themselves are not particularly sophisticated but having them in a separate module saves copying the code into modules where they may be useful.
Assuming you have a working perl6 installation you should be able to install this with zef :
zef install .
Remote installation
zef install NativeHelpers::Array
Other install mechanisms may be become available in the future.
Suggestions/patches are welcomed via github at https://github.com/jonathanstowe/NativeHelpers-Array/issues
Please see the LICENCE file in the distribution
© Jonathan Stowe 2015, 2016, 2017, 2019