FunctionArray

Takues an array of functions and return a function to array.

class FunctionArray : Function!(A, B[])(
A
B
) {}

Constructors

this
this(Function!(A, B)[] fs)
Undocumented in source.

Members

Functions

opCall
B[] opCall(A x)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

fs
Function!(A, B)[] fs;
Undocumented in source.

Meta