Extended.opDispatch

Forwards all method calls to extendedMethod.

struct Extended(T, string context = __MODULE__)
ref
opDispatch
(
string method
Args...
)
(
auto ref Args args
)

Parameters

args Args

arguments to pass to the extended method.

Return Value

Type: auto ref

the return value of the extended method

Meta