Expand description
Semantic implementations for VE operations.
This module provides the actual operation logic (apply functions, operation functions)
separated from type definitions in op.rs.
Traitsยง
- HasBinary
Op - Trait for ops that provide binary operation function.
- HasConversion
Op - Trait for ops that provide conversion operation.
- HasTernary
Op - Trait for ops that provide ternary operation function.
- HasUnary
Op - Trait for ops that provide unary operation function.