lean4-htt/src/Std/Data
Kim Morrison a2cb435aa1
chore: rename HashMap.empty to HashMap.emptyWithCapacity (#7447)
This PR renames `.empty` with `.emptyWithCapacity`. This is a companion
to #7445 for `Array`.
2025-03-12 23:01:18 +00:00
..
DHashMap chore: rename HashMap.empty to HashMap.emptyWithCapacity (#7447) 2025-03-12 23:01:18 +00:00
DTreeMap chore: rename insert_emptyc_eq to insert_empty_eq (#7451) 2025-03-12 09:14:05 +00:00
HashMap chore: rename HashMap.empty to HashMap.emptyWithCapacity (#7447) 2025-03-12 23:01:18 +00:00
HashSet chore: rename HashMap.empty to HashMap.emptyWithCapacity (#7447) 2025-03-12 23:01:18 +00:00
Internal feat: tree map lemmas for alter (#7367) 2025-03-10 09:42:25 +00:00
TreeMap chore: rename insert_emptyc_eq to insert_empty_eq (#7451) 2025-03-12 09:14:05 +00:00
TreeSet chore: rename insert_emptyc_eq to insert_empty_eq (#7451) 2025-03-12 09:14:05 +00:00
DHashMap.lean fix: unorphan modules in Std.Data (#4679) 2024-07-08 07:57:56 +00:00
DTreeMap.lean feat: tree map data structures and operations (#6914) 2025-02-11 14:47:47 +00:00
HashMap.lean feat: Std.HashMap (#4583) 2024-07-05 10:14:20 +00:00
HashSet.lean feat: Std.HashMap (#4583) 2024-07-05 10:14:20 +00:00
TreeMap.lean feat: tree map data structures and operations (#6914) 2025-02-11 14:47:47 +00:00
TreeSet.lean feat: min, max, minKey, maxKey, atIndex, getEntryLE, getKeyLE, ... functions for the tree map (#7070) 2025-02-17 14:00:42 +00:00