Where.opApply

Iterate over the filtered items

  1. int opApply(scope int delegate(ref U) dg)
    struct Where(T : U[], string path, RootType_, U)
    int
    opApply
    (
    scope int delegate
    (
    ref U
    )
    dg
    )
  2. int opApply(scope int delegate(size_t index, ref U) dg)

Meta