Skip to main content

if_arena_cache

Macro if_arena_cache 

Source
macro_rules! if_arena_cache {
    ([] $then:tt $no:tt) => { ... };
    ([(arena_cache) $($modifiers:tt)*] $yes:tt $no:tt) => { ... };
    ([$other:tt $($modifiers:tt)*] $yes:tt $no:tt) => { ... };
}