Client.call

Undocumented in source. Be warned that the author may not have intended to support it.
class Client
static
T
call
(
T
Params...
)
(
string method
,
Params params
)
if (
is(T == byte) ||
is(T == ubyte)
||
is(T == short)
||
is(T == ushort)
||
is(T == int)
||
is(T == uint)
||
is(T == long)
||
is(T == ulong)
||
is(T == float)
||
is(T == double)
||
is(T == real)
||
is(T == bool)
||
is(T == char)
||
is(T == string)
||
(
BaseTypeTuple!T.length > 0 &&
is(BaseTypeTuple!T[0] == Message)
)
)

Meta