feanor_math

Macro checkpoint

Source
macro_rules! checkpoint {
    ($controller:expr) => { ... };
    ($controller:expr, $($args:tt)*) => { ... };
}