Module flags

Source
Available on crate feature compiler only.
Expand description

Integer bitsets used to configure pattern compilation.

Modules§

chimerachimera
Integer bitsets for the chimera library.
platform
Flags used for instruction selection with platform::Platform.

Structs§

Flags
Flags which modify the behaviour of individual expressions.
Mode
Compiler mode flags that affect the database as a whole.

Traits§

BitSet
Utility trait used to improve ergonomics of flag composition.