Expand description

Commonly used types.

Re-exports

pub use super::collections::traits::*;
pub use super::ecs::prelude::*;
pub use crate::cons;
pub use crate::Cons;

Traits

An index with generation that can be used as a weak reference to array values. The generation part allows indices to be reused without suffering from ABA problem, so that data can be safely stored in a packed array.

Marker trait for an unsigned number type castable to/from unsigned primitives