WhereAnyProxy

Constructors

this
this(T list)
Undocumented in source.

Members

Aliases

M
alias M = U.M
Undocumented in source.
RootType
alias RootType = U.RootType
Undocumented in source.

Functions

and
auto and()

Does nothing but improve code readability

dispatch
auto dispatch()
equal
auto equal()

Check equality

exists
bool exists()

Check if the filtered list has at least one value

isAnyOf
auto isAnyOf()

Returns all items that match at least one value

not
auto not()

Negates the next filter

opApply
int opApply(int delegate(RootType) dg)

Iterate over the filtered items

opApply
int opApply(int delegate(size_t index, RootType) dg)

Iterate over the filtered items

Meta