filterAnyLocation

Filter according to location existence and predicate.

A false result is: - neither a location for a declaration or definition exist. - fails the predicate.

The predicate is only called when a location exist.

template filterAnyLocation(alias predicate)
filterAnyLocation
(
Range
LookupT
)
(
Range range
,
LookupT lookup
)

Members

Aliases

predFun
alias predFun = unaryFun!predicate
Undocumented in source.

Functions

filterAnyLocation
auto filterAnyLocation(Range range, LookupT lookup)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta