Macro year2017::puzzles

source ยท
macro_rules! puzzles {
    ([$callback:path $(, $($callbacks:path),+)?] $($args:tt)*) => { ... };
}
Expand description

Macro which supplies a list of implemented puzzle solutions in this crate.

Automatically generated by utils::year!. Refer to its documentation for more details.