ocean ~v6.x.x (2022-01-14T16:08:36.1174149)
Dub
Repo
split
ocean
core
array
Transformation
Undocumented in source. Be warned that the author may not have intended to support it.
T3
[]
split
(T1[] src, T2[] pattern, Buffer!(T3) result)
T3
[][]
split
(T1[] src, T2[] pattern, T3[][] result)
T3
[][]
split
(
T1
T2
T3
)
(
T1
[]
src
,
T2
[]
pattern
,
ref
T3
[][]
result
)
Meta
Source
See Implementation
ocean
core
array
Transformation
functions
differenceOf
fill
filter
intersectionOf
map
missingFrom
reduce
remove
split
substitute
toArray
unionOf