FunctionTuple

Tuple of functions, which returns a Tuple.

Constructors

this
this(Function!(A, B) f, Function!(A, C) g)
Undocumented in source.

Members

Functions

opCall
Tuple!(B, C) opCall(A x)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

f
Function!(A, B) f;
Undocumented in source.
g
Function!(A, C) g;
Undocumented in source.

Meta