macro_rules! cake_constant {
    ($const_name: ident, $($x: expr),*) => { ... };
}
Expand description

Make a constant.

Subject for deprecation. You’d probably better use Transformation::new_constant.