Available on all targets
A generic object pool utility.
new()
inlineget():T
Get an available item if any is ready to be used or null if none is available.
null
recycle(item:T):Void
Recycle an existing item so that it can be reused later
clear():Void