shape

Macro shape 

Source
macro_rules! shape {
    ($( $point:expr ), * ) => { ... };
    ($points:expr) => { ... };
}