rawArrayFunc property

P Function(List<X> array) get rawArrayFunc

Converts a flat List<X> into an allocated Pointer<C> array.

The caller is responsible for the lifetime of the inner pointers.

Implementation

P Function(List<X> array) get rawArrayFunc;