amap

Equivalents of array(xxx(...)).

  1. auto amap(R range)
    template amap(alias pred)
    amap
    (
    R
    )
    ()
    if (
    isInputRange!R &&
    hasLength!R
    )
  2. auto amap(T[n] arr)

Members

Functions

amap
auto amap(R range)
Undocumented in source. Be warned that the author may not have intended to support it.
amap
auto amap(T[n] arr)

Like amap but with a static array.

Meta