Skip to main content

ops

Macro ops 

Source
macro ops($($trait:ty: $fn:ident = [$($match:tt)*])*) {
    ...
}
Expand description

Implements binary std::ops traits for ConValue

TODO: Desugar operators into function calls