Pool::toArrayFast
Same as Pool::toArray except it doesn't create a new array each time and instead updates it and returns the same array.
JavaScript Syntax
Syntax
mp.pool.toArrayFast();
Return value
- Array
Examples
// To do
Same as Pool::toArray except it doesn't create a new array each time and instead updates it and returns the same array.
mp.pool.toArrayFast();
// To do