Module canrun::collections::lmap[][src]

Expand description

A HashMap-like data structure with LVar keys and values.

Macros

Create an LMap with automatic key/value IntoVal wrapping.

Structs

A HashMap-like data structure with LVar keys and values.

Functions

Assert that the a given key and value combination can be found in an LMap

Assert that LMap a is a subset of LMap b.

Assert that LMap a is a superset of LMap b.