Service.addFunctions

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void addFunctions(T funcs)
  2. void addFunctions(T funcs)
    class Service
    void
    addFunctions
    (
    string[] names
    bool simple
    T...
    )
    ()
    if (
    names.length == T.length &&
    (
    (T.length > 1) ||
    (T.length == 1) &&
    isCallable!T
    )
    )

Meta