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))
    template map(fun...)
    @optmath
    static if(fun.length == 1)
    static if(!(__traits(isSame, naryFun!(fun[0]), fun[0])))
    alias map = .map!(staticMap!(naryFun, fun))
  6. alias map = .map!(adjoin!fun)

Meta