Crate pui_vec

Source
Expand description

A append-only vector that uses pui_core to brand indicies to allow for unchecked indexing. (Note: PuiVec is only append-only if there is an associated Identifier attached)

§Features

pui (default) - this hooks into pui_core and provides a branded Id that can be used to elide bound checks.

Structs§

Idpui
A branded index that can be used to elide bounds checks
PuiVec
An append only Vec whitch returns branded indicies that can be used to elide bounds checks.

Traits§

BuildPuiVecIndex
A type that can be build from an index and an identifier from a PuiVec
PuiVecAccess
A type that can be used to access a PuiVec
PuiVecIndex
A type that represents an index/range into a PuiVec