PydObject.opApply

Iterates over the items in a collection, be they the items in a sequence, keys in a dictionary, or some other iteration defined for the PydObject's type.

  1. int opApply(int delegate(ref PydObject) dg)
    class PydObject
    int
    opApply
    (
    int delegate() dg
    )
  2. int opApply(int delegate(ref PydObject, ref PydObject) dg)

Meta