NativeInt16Array constructor
NativeInt16Array(
- int size
Implementation
NativeInt16Array(int size) : super(size) {
_list = calloc<Int16>(size);
oneByteSize = sizeOf<Int16>();
}
NativeInt16Array(int size) : super(size) {
_list = calloc<Int16>(size);
oneByteSize = sizeOf<Int16>();
}