pub const SUPPORTED_ELEN_VLEN<const ELEN: Elen, const VLEN: Vlen>: usize;
Assertion for supported ELEN + VLEN combinations, to be used in where bounds (panics on invalid input)
where