Module timely::container::flatcontainer
source · Expand description
Present a FlatStack
as a timely container.
Modules§
- Various region implementations.
Structs§
- A region that can store a variable number of elements per row.
- A type to wrap and copy iterators onto regions.
- A container for indices into a region.
- An iterator over
FlatStack
. The iterator yieldsRegion::ReadItem
elements, which it obtains by looking up indices. - A region for types where the read item type is equal to the index type.
- A region to hold
Option
s. - A container for owned types.
- A region to hold
Result
s. - A container representing slices of data.
- A region to store strings and read
&str
.
Traits§
- An index into a region. Automatically implemented for relevant types.
- A reference type corresponding to an owned type, supporting conversion in each direction.
- Push an item
T
into a region. - A region to absorb presented data and present it as a type with a lifetime.
- A trait to let types express a default container type and an owned type, which can be used to define regions in simpler terms.
- Reserve space in the receiving region.