rawArrayFunc property

Pointer<T> Function(List<X> array) rawArrayFunc
getter/setter pair

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

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

Implementation

Pointer<T> Function(List<X> array) rawArrayFunc;