macro_rules! make_circle {
    ($corners:expr) => { ... };
    ($corners:expr, $percent:expr) => { ... };
}
Expand description

A macro that makes it easy to create circles.