ArrayBind

Bind function for Array.

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

Constructors

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

Members

Functions

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

Variables

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

Meta