Closed waywardmonkeys closed 4 months ago
The QueryFlags enum should be using bitflags rather than just being an enum. (This probably means the use of isize can go away.)
QueryFlags
bitflags
isize
The
QueryFlags
enum should be usingbitflags
rather than just being an enum. (This probably means the use ofisize
can go away.)