Module ops

Source
Expand description

Operators

Re-exports§

pub use self::str::*;
pub use self::base::*;
pub use self::int::*;
pub use self::float::*;
pub use self::list::*;
pub use date::*;
pub use bv::*;

Modules§

base
bv
date
float
int
list
macros
op_impl
str

Enums§

Op1Enum
An enum that defines unary operations for expressions within the string synthesis framework.
Op2Enum
An enum representing binary operations used in the expression manipulation framework.
Op3Enum
An enum representing ternary operations in the string synthesis framework.

Traits§

Op1
Defines a trait for unary operations that supports cloning and formatting.
Op2
Defines a trait for binary operations in the string synthesis framework.
Op3
A trait defining a ternary operation.