Open
Description
Per the documentation on const generics:
The only allowed types of const parameters are u8, u16, u32, u64, u128, usize i8, i16, i32, i64, i128, isize, char and bool.
Afterwards, we can look into more complex types gated behind the adt_const_params
feature
Metadata
Metadata
Assignees
Type
Projects
Status
Todo