filter.filter

Undocumented in source. Be warned that the author may not have intended to support it.
  1. DQueryAttributes!(QueryType, Attributes) filter [@property setter]
  2. DQueryAttributes!(QueryType, Attributes) filter [@property setter]
  3. DQueryAttributes!(QueryType, Attributes) filter [@property setter]
    template filter(alias Pred)
    @property
    filter
    (
    QueryType
    Attributes...
    )
    (
    DQueryAttributes!(QueryType, Attributes) attributes
    )
    if (
    Attributes.length > 0 &&
    __traits(compiles, )
    )

Meta