Expand description

Traits abstracting over storage strategies and index types.

Structs

A fat pointer to a heap-allocated storage block conforming to a LayoutSpec.

A fat pointer to an arena-allocated storage block conforming to a LayoutSpec.

Inconstructible type to mark data structures that require an array-like storage layout.

Traits

Types that can be used for indexing into array-like data structures.

Types that specify a data structure’s storage layout requirements.

An interface to a contiguous memory block for use by data structures.

Type Definitions

Shorthand for [MaybeUninit<T>; C] for use with generic data structures.

Shorthand for &'a mut [MaybeUninit<T>] for use with generic data structures.