ArrayView<T extends NativeType> constructor

ArrayView<T extends NativeType>(
  1. int length,
  2. [Pointer<T> allocate(
    1. {int count}
    )]
)

Implementation

ArrayView(int length, [Allocator allocate]) : super(length, allocate);