utile

Macro utile 

Source
macro_rules! utile {
    ($x:expr, $y:expr, $z:expr) => { ... };
    { x: $x:expr, y: $y:expr, z: $z:expr } => { ... };
}
Expand description

Tile macro to create a new tile.

  • do you need this? probably not
  • Did I write to figure out how to write a macro? yes