ConfigIterator.opApply

Variable Iterator. Iterates over variables of a category, with the foreach delegate being called with the name of the category (not including the root string prefix) and an instance containing the properties within that category.

  1. int opApply(int delegate(ref istring name, ref T x) dg)
    struct ConfigIterator(T, Source = ConfigParser)
    int
    opApply
    (
    scope int delegate
    (,
    ref T x
    )
    dg
    )
  2. int opApply(int delegate(ref istring name) dg)

Meta