PydObject.opDispatch

Forwards to method.

  1. auto opDispatch [@property getter]
  2. T opDispatch [@property setter]
  3. auto opDispatch(T ts)
    class PydObject
    opDispatch
    (
    string nom
    T...
    )
    (
    T ts
    )
    if (
    nom != "popFront"
    )

Meta