typst_utils

Macro singleton

source
macro_rules! singleton {
    ($ty:ty, $value:expr) => { ... };
}
Expand description

Create a lazy initialized, globally unique 'static reference to a value.