FunctionArray

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

  1. class FunctionArray(A, B)
    class FunctionArray : Function!(A, B[])(
    A
    B
    ) {}
  2. auto functionArray(F[] fs)

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