This is a short hand macro for generating a new CONSTtuplestruct type for u8, i8
Typically will not be used directly but instead will be called via one of the other macros like const_u8_tuple, const_i8_tuple
This is a short hand macro for generating a new CONSTtuplestruct type for numerics like u16, i16, u32, i32, u64, i64, …
Typically will not be used directly but instead will be called via one of the other macros like const_u16_tuple, const_i16_tuple, …
This is a short hand macro for generating a new tuplestruct type for numerics like u32, i32, u64, i64, f32, f64, …
Typically will not be used directly but instead will be called via one of the other macros like u16_tuple, i16_tuple, …
Generates a tuplestruct with a given name for managing an ascii string of fixed length. Buffer is stack allocated using [u8; LEN].
Macro argument signature is as follows: