Module misc

Source
Expand description

Provides small, reusable building blocks that are broadly applicable across pallets and runtime components.

Structs§

Ignore
No-op generic marker type used in place of () when a generic parameter needs to be carried.

Enums§

Disposition
A tri-state enum representing a generic disposition or stance.
Polarity
A generic enum representing the polarity or nature of an entity.

Traits§

Accrete
A trait for structures that grow by preserving previous state while creating fresh local generations.
Directive
A trait expressing the execution directive of an operation.
Extent
A trait for deriving values across different extents within a bounded space.
PositionIndex
Maps semantic variants to zero-based position indices.