ReturnValues

Undocumented in source.
struct ReturnValues (
string function_
T...
) if (
from!"std.meta".allSatisfy!(isValue, T) &&
T.length > 0
) {}

Members

Aliases

Values
alias Values = T
Undocumented in source.
funcName
alias funcName = function_
Undocumented in source.

Static functions

values
values()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta