pub const fn bit_u16(n: u32) -> u16
Computes 1 << n by performing a compile-time assertion that n is in bounds.
1 << n
n
This version is the default and should be used if n is known at compile time.