Macros
- Creates a BTreeMap with the specified key-value pairs.
- Creates a BTreeSet containing the specified elements.
- Creates a BinaryHeap containing the specified elements.
- Creates a HashMap with the specified key-value pairs.
- Creates a HashSet containing the specified elements.
- Creates a VecDeque containing the specified elements.