unsized_const_params
Allows const generic parameters to be defined with types that are not Sized
, e.g. fn foo<const N: [u8]>() {
.
The tracking issue for this feature is: #95174
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
unsized_const_params
Allows const generic parameters to be defined with types that are not Sized
, e.g. fn foo<const N: [u8]>() {
.
The tracking issue for this feature is: #95174