Query.basicQuery

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

Meta