split

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T3[] split(T1[] src, T2[] pattern, Buffer!(T3) result)
  2. T3[][] split(T1[] src, T2[] pattern, T3[][] result)
    T3[][]
    split
    (
    T1
    T2
    T3
    )
    (
    T1[] src
    ,
    T2[] pattern
    ,
    ref T3[][] result
    )

Meta