map.map

Undocumented in source.
  1. auto map(Slice!(Iterator, N, kind) slice)
  2. auto map(T[] array)
  3. auto map(T withAsSlice)
  4. auto map(Range r)
  5. alias map = .map!(staticMap!(naryFun, fun))
  6. alias map = .map!(adjoin!fun)
    template map(fun...)
    @optmath
    static if(!(fun.length == 1))
    alias map = .map!(adjoin!fun)

Meta