typst_utils

Macro sub_impl

source
macro_rules! sub_impl {
    ($a:ident - $b:ident -> $c:ident) => { ... };
}
Expand description

Implement the Sub trait based on existing Neg and Add impls.