ArrayPool.next

Obtains the next element in the pool.

It is an error to obtain more elements than the value n passed to the constructor. In this case an array out of bounds error is raised.

class ArrayPool(T)
override
T*
next
()

Return Value

Type: T*

the next pool element.

Meta