pub fn unsized_array_t(elem_t: Type) -> Type
Expand description

UnsizedArray is a type of [x; _] (unsized array literal). UnsizedArray(T) != Array(T, _)