Skip to main content

Cvc5Op

Type Alias Cvc5Op 

Source
pub type Cvc5Op = *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.