dquery.d

Undocumented in source.

Public Imports

dquery.attribute
public import dquery.attribute;
dquery.attributes
public import dquery.attributes;
dquery.element
public import dquery.element;
dquery.helper
public import dquery.helper;
dquery.overload
public import dquery.overload;
dquery.query
public import dquery.query;

Members

Functions

query
auto query()

Produces a query over the given type.

query
auto query(QueryType value)

Produces a query over the type of the supplied parameter.

Meta