IItemsIterator.opApply

'foreach' iteration over items[start .. end]

  1. int opApply(int delegate(ref T item) dg)
    class IItemsIterator
    int
    opApply
    (
    scope int delegate
    (
    ref T item
    )
    dg
    )
  2. int opApply(int delegate(ref size_t i, ref T item) dg)

Meta