RawArray method

P RawArray(
  1. List<num> array
)
inherited

Allocates an unslotted array.

The caller is responsible for freeing the returned pointer.

Implementation

P RawArray(List<X> array) => Raw(array.length);