Macro const_quick

Source
macro_rules! const_quick {
    ($condition: expr) => { ... };
}
Expand description

Returns early with None if the condition is true.