Module semantics

Module semantics 

Source
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ยง

HasBinaryOp
Trait for ops that provide binary operation function.
HasConversionOp
Trait for ops that provide conversion operation.
HasTernaryOp
Trait for ops that provide ternary operation function.
HasUnaryOp
Trait for ops that provide unary operation function.