Expand description
Dense
A fully filled contiguous space of memory. If 1d, then this structure is the same as a vector; if 2d, then this structure is the same as a matrix; if 3d, then this structure is the same as a cube and so on for higher dimensions.
Structs§
Enums§
- Dense
Error - Any error related to
Coooperations
Type Aliases§
- Dense
Array - Dense backed by a static array.
- Dense
Mut - Dense backed by a mutable slice
- Dense
Ref - Dense backed by a slice
- Dense
Vec - Dense backed by a dynamic vector.