Skip to main content

Op

Type Alias Op 

Source
pub type Op = *mut cvc5_op_t;
Expand description

A cvc5 operator.

An operator is a term that represents certain operators, instantiated with its required parameters, e.g., a Term of kind #CVC5_KIND_BITVECTOR_EXTRACT.