pub(crate) const fn expect<T: Copy>(opt: Option<T>, msg: &str) -> T
Workaround because .expect() is not (yet) available in const context.
.expect()