each.each

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

Meta