WithIndirectionsBufferImpl.opApply

Buffer element iteration (with index)

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

Parameters

dg int delegate
(
ref size_t
,
ref T
)

foreach loop body

Meta