NativeArray

NativeArray<T>

package java

Available on java

Represents a java fixed-size Array (T[])

Constructor

new (len:Int)

Allocates a new array with size len

Variables

read only length:Int

The length of the arr