map

Undocumented in source. Be warned that the author may not have intended to support it.
  1. U[] map(T[] array, MapFunc func, Buffer!(U) buf)
  2. U[] map(T[] array, MapFunc func, U[] pseudo_buff)
    U[]
    map
    (
    T
    MapFunc
    U = ReturnTypeOf!(MapFunc)
    )
    (
    in T[] array
    ,
    MapFunc func
    ,
    U[] pseudo_buff = null
    )

Meta