# NativeHelpers::Array

Helper subroutines for working with Perl6 Native Arrays (CArray)

## Description

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.

## Installation

Assuming you have a working perl6 installation you should be able to
install this with *ufo* :

    ufo
    make test
    make install

*ufo* can be installed with *panda* for rakudo:

    panda install ufo

Or you can install directly with "panda":

    # From the source directory
   
    panda install .

    # Remote installation

    panda install NativeHelpers::Array

Other install mechanisms may be become available in the future.

## Support

This should be considered experimental software until such time that
Perl 6 reaches an official release.  However suggestions/patches are
welcomed via github at

https://github.com/jonathanstowe/NativeHelpers-Array

## Licence

Please see the LICENCE file in the distribution

(C) Jonathan Stowe 2015
