copy

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T[] copy(Buffer!(T) dest, T2[] src)
  2. T[] copy(T[] dest, T2[] src)
    T[]
    copy
    (
    T
    T2
    )
    (
    ref T[] dest
    ,
    T2[] src
    )

Meta