getMany method
Retrieves multiple items from the the vector beginning at the given index.
Implementation
@override
int getMany(int startIndex, int valueSize, Pointer<NativeType> value) =>
_iVector.getMany(startIndex, valueSize, value);
Retrieves multiple items from the the vector beginning at the given index.
@override
int getMany(int startIndex, int valueSize, Pointer<NativeType> value) =>
_iVector.getMany(startIndex, valueSize, value);