Crate mapro

Source

Macrosยง

bt_map
Creates a BTreeMap with the specified key-value pairs.
bt_set
Creates a BTreeSet containing the specified elements.
heap
Creates a BinaryHeap containing the specified elements.
map
Creates a HashMap with the specified key-value pairs.
set
Creates a HashSet containing the specified elements.
vec_d
Creates a VecDeque containing the specified elements.