RestBuilder.opDispatch

The args are so you can call opCall on the returned object, despite @property being broken af in D.

  1. RestBuilder opDispatch(string n, T v)
    struct RestBuilder
    opDispatch
    (
    string str
    T
    )
    (
    string n
    ,
    T v
    )
  2. RestBuilder opDispatch()

Meta