Skip to main content

Module list

Module list 

Source

Modulesยง

size_asserts ๐Ÿ”’

Macrosยง

impl_list_empty ๐Ÿ”’

Structsยง

ListSkeleton ๐Ÿ”’
A RawList without the unsized tail. This type is used for layout computation and constructing empty lists.
RawList
A generic type that can be used to prepend a List with some header.
TypeInfo
The additional info that is stored in ListWithCachedTypeInfo.

Type Aliasesยง

List
List<T> is a bit like &[T], but with some critical differences.
ListWithCachedTypeInfo
A List that additionally stores type information inline to speed up TypeVisitableExt operations.

Foreign Typesยง

ExternTy ๐Ÿ”’