Function erg_compiler::ty::constructors::unsized_list_t

source ·
pub fn unsized_list_t(elem_t: Type) -> Type
Expand description

UnsizedList is a type of [x; _] (unsized list literal). UnsizedList(T) != List(T, _)