[][src]Crate lark_collections

Modules

map

IndexMap is a hash table where the iteration order of the key-value pairs is independent of the hash values of the keys.

Macros

index_type

Use to declare a "newtype'd" index that can be used with IndexVec. The simplest usage is just:

seq

Structs

IndexVec

A vector indexable via values of type I.

Seq

Traits

Equivalent

Key equivalence trait.

U32Index

Type Definitions

FxIndexMap
FxIndexSet