DQuery.attributes

Returns the type's allowed attributes.

  1. auto attributes [@property getter]
  2. auto attributes [@property getter]
    struct DQuery(QueryType, QueryElements...)
    @property static
    attributes
    (
    Allow...
    )
    ()
    if (
    Allow.length > 0
    )

Meta