macro_rules! preset {
    () => { ... };
    ($($x:tt)&&*) => { ... };
}
Expand description

A macro that joins boolean settings into a list (e.g. preset!(feature_a && feature_b)).