deranged

Macro unsafe_unwrap_unchecked

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

Option::unwrap_unchecked, but usable in const contexts.