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