Structs§
Functions§
- check_
binop 🔒 - We do not allow all binary operations in abstract consts, so filter disallowed ones.
- check_
unop 🔒 - While we currently allow all unary operations, we still want to explicitly guard against future changes here.
- destructure_
const 🔒 - Destructures array, ADT or tuple constants into the constants of their fields.
- error 🔒
- maybe_
supported_ 🔒error - provide 🔒
- recurse_
build 🔒 - thir_
abstract_ 🔒const - Builds an abstract const, do not use this directly, but use
AbstractConst::new
instead.