map

Undocumented in source. Be warned that the author may not have intended to support it.
  1. TOut[] map(TIn[] list, TOut delegate(TIn a) dg)
  2. TOut[TKey] map(TIn[TKey] list, TOut delegate(TIn a, TKey b) dg)
    TOut[TKey]
    map
    (
    TOut
    TIn
    TKey
    )
    (
    TIn[TKey] list
    ,
    TOut delegate
    (
    TIn a
    ,
    TKey b
    )
    dg
    )
  3. T[] map(T[] list)
  4. T[TKey] map(T[TKey] list)

Meta