UniNodeImpl.opApply

Iteration by UnoNode array

  1. int opApply(int delegate(ref size_t idx, ref This node) dg)
  2. int opApply(int delegate(ref string idx, ref This node) dg)
  3. int opApply(int delegate(ref This node) dg)
    struct UniNodeImpl(This)
    @safe
    int
    opApply
    (
    scope int delegate
    (
    ref This node
    )
    dg
    )

Meta