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