Obtains the n-th pool item. n must be less than the value returned by length(). Caution: The item must not be recycled; while the item is in use, only opIndex(), opApply(), length() and limit() may be called.
TODO: is this ever used? Seems rather obscure.
item index
n-th pool item
See Implementation
Obtains the n-th pool item. n must be less than the value returned by length(). Caution: The item must not be recycled; while the item is in use, only opIndex(), opApply(), length() and limit() may be called.
TODO: is this ever used? Seems rather obscure.