Structsยง
- IsThir
Polymorphic ๐
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.