macro_rules! unsafe_unwrap_unchecked {
($e:expr) => { ... };
}
Expand description
Option::unwrap_unchecked
, but usable in const
contexts.
macro_rules! unsafe_unwrap_unchecked {
($e:expr) => { ... };
}
Option::unwrap_unchecked
, but usable in const
contexts.