substitute

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T[] substitute(T[] source, T[] match, T[] replacement, Buffer!(T) result)
  2. T[] substitute(T[] source, T[] match, T[] replacement, T[] result)
    T[]
    substitute
    (
    T
    )
    (
    in T[] source
    ,
    in T[] match
    ,,
    ref T[] result
    )

Meta