filterUnique.filterUnique

Undocumented in source. Be warned that the author may not have intended to support it.
template filterUnique(alias predicate)
filterUnique
(
Range
)
(
Range range
)
if (
isInputRange!(Unqual!Range)
)
if (
is(typeof(unaryFun!predicate))
)

Meta