ArrayBind

Bind function for Array.

  1. class ArrayBind(A, B)
    class ArrayBind : Function!(A[], B[])(
    A
    B
    ) {}
  2. auto arrayBind(F f)

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