map

Undocumented in source.
  1. ReturnTypeOf!(Func)[] map(Array array, Func func, ReturnTypeOf!(Func)[] buf)
    template map(Func, Array)
    version(!TangoDoc)
    ReturnTypeOf!(Func)[]
    map
    (
    Array array
    ,
    Func func
    ,
    ReturnTypeOf!(Func)[] buf = null
    )
  2. Elem2[] map(Elem[] array, Map2E func, Elem2[] buf)

Members

Functions

map
ReturnTypeOf!(Func)[] map(Array array, Func func, ReturnTypeOf!(Func)[] buf)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta