mapUnique

Undocumented in source.
template mapUnique(fun...)
mapUnique
(
Range
)
(
Range r
)
if (
isInputRange!(Unqual!Range)
)
if (
fun.length >= 1
)

Members

Functions

mapUnique
auto mapUnique(Range r)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta