Query.basicQuery

Undocumented in source. Be warned that the author may not have intended to support it.
  1. .Query!(Item, void) basicQuery()
    struct Query(Item, RowT...)
    ref return @trusted
    static if(RowT.length == 0 || RowT.length > 1 || (RowT.length == 1 && !is(RowT[0] == void)))
    .Query!(Item, void)
    basicQuery
    ()
  2. Query basicQuery()

Meta