Service.addMissingFunction

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void addMissingFunction(T func)
    class Service
    void
    addMissingFunction
    (
    bool simple = false
    T
    )
    ()
    if (
    isCallable!T &&
    is(ReturnType!T == Variant)
    &&
    Parameters!T.length >= 2
    &&
    is(Parameters!T[0] == string)
    &&
    is(Parameters!T[1] == Variant[])
    )
  2. void addMissingFunction(T func)

Meta