[][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

subset

Assert that LMap a is a subset of LMap b.

superset

Assert that LMap a is a superset of LMap b.