[][src]Module canrun_collections::lmap

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

Macros

lmap

Create an LMap with automatic key/value IntoVal wrapping.

Structs

LMap

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

Functions

is_subset

Assert that LMap a is a subset of LMap b.

is_superset

Assert that LMap a is a superset of LMap b.