Macrosยง
- impl_list_ ๐empty 
Structsยง
- ListSkeleton ๐ARawListwithout the unsized tail. This type is used for layout computation and constructing empty lists.
- A generic type that can be used to prepend aListwith some header.
- The additional info that is stored inListWithCachedTypeInfo.
Type Aliasesยง
- List<T>is a bit like- &[T], but with some critical differences.
- AListthat additionally stores type information inline to speed upTypeVisitableExtoperations.
Foreign Typesยง
- OpaqueList ๐Contents A dummy type used to forceListto be unsized while not requiring references to it be wide pointers.