vsignal.utils

Undocumented in source.

Members

Functions

invoke
auto ref invoke(Args args)

Correctly calls a function with the given arguments.

invoke
auto ref invoke(Args args)

Templates

from
template from(string mod)

Helper for inline imports.

tryForward
template tryForward(alias F, args...)

Attempts to forward each parameter. If a parameters cannot be forwarded to F then the same is treated as an 'lvalue' and copied.

Meta