amap.amap

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto amap(R range)
    template amap(alias pred)
    amap
    (
    R
    )
    ()
    if (
    isInputRange!R &&
    hasLength!R
    )
  2. auto amap(T[n] arr)

Meta