PlatformNativeArray<T extends num> constructor
PlatformNativeArray<T extends num> (
- int size
Implementation
PlatformNativeArray(int size) : super(size) {}
PlatformNativeArray(int size) : super(size) {}