Module llhd::table[][src]

Expand description

Primary and secondary tables.

This module implements primary tables which are used to associate some data with a dense, opaque, integer id; and secondary tables which are used to associate additional data with the primary table.

Structs

A primary table that provides dense key-based storage.

A primary table that provides dense key-based storage.

A secondary table that associates additional information with entries in a primary table.

Traits

An opaque key to uniquely identify a table entry.