WithIndirectionsBufferImpl.opApply

Buffer element iteration

  1. int opApply(int delegate(ref T) dg)
    template WithIndirectionsBufferImpl()
    int
    opApply
    (
    scope int delegate
    (
    ref T
    )
    dg
    )
  2. int opApply(int delegate(ref size_t, ref T) dg)

Parameters

dg int delegate
(
ref T
)

foreach loop body

Meta