Provides 'foreach' iteration over items[start .. end]. During iteration only read-only methods of PoolCore may be called.
The unsafe iterator is more efficient as it does not require the copy of the items being iterated, which the safe iterator performs.
Constructor
Destructor
'foreach' iteration over items[start .. end]
'foreach' iteration over items[start .. end], with index (0-based)
See Implementation
Provides 'foreach' iteration over items[start .. end]. During iteration only read-only methods of PoolCore may be called.
The unsafe iterator is more efficient as it does not require the copy of the items being iterated, which the safe iterator performs.