fixed_bytes

Function fixed_bytes 

Source
pub const fn fixed_bytes(n: u8) -> Symbol
Expand description

Returns the bytes keyword for the given byte size.

ยงPanics

Panics if n is 0 or is greater than 32.