ArrayMap

Map function for Array.

  1. class ArrayMap(A, B)
    class ArrayMap : Function!(A[], B[])(
    A
    B
    ) {}
  2. auto arrayMap(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