mapNull

If arr is null, return null. Otherwise, return a non-null transformation dg over arr.

template mapNull(alias dg)
mapNull
(
T
)
(
T arr
)

Members

Functions

mapNull
auto mapNull(T arr)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta