Module rustc_middle::ty::list
source · Structs
List<T>
is a bit like&[T]
, but with some critical differences.
Foreign Types
- A dummy type used to force
List
to be unsized while not requiring references to it be wide pointers.
List<T>
is a bit like &[T]
, but with some critical differences.List
to be unsized while not requiring
references to it be wide pointers.