ParameterList.opApply

Iterates over the expanded parameters. Complexity: O(N). Prefer this to avoid the O(N + N^2/2) complexity of calculating length and calling N times opIndex.

  1. int opApply(Parameter.ForeachDg dg)
    struct ParameterList
    extern (D)
    int
    opApply
  2. int opApply(Parameter.SemanticForeachDg dg)
Suggestion Box / Bug Report