Skip to main content

Crate egglog_numeric_id

Crate egglog_numeric_id 

Source
Expand description

A crate with utilities for working with numeric Ids.

Macros§

define_id

Structs§

DenseIdMap
A mapping from a NumericId to some value.
DenseIdMapWithReuse
Like a DenseIdMap, but supports freeing (and reusing) slots.
IdVec

Traits§

NumericId
A trait describing “newtypes” that wrap an integer.