Skip to content

Commit e4367ce

Browse files
authored
Rollup merge of #128309 - kmicklas:btreeset-cursor, r=Amanieu
Implement cursors for `BTreeSet` Tracking issue: #107540 This is a straightforward wrapping of the map API, except that map's `CursorMut` does not make sense, because there is no value to mutate. Hence, map's `CursorMutKey` is wrapped here as just `CursorMut`, since it's unambiguous for sets and we don't normally speak of "keys". On the other hand, I can see some potential for confusion with `CursorMut` meaning different things in each module. I'm happy to take suggestions to improve that. r? ````@Amanieu````
2 parents f6c8b7a + 0bc501e commit e4367ce

File tree

1 file changed

+582
-1
lines changed
  • library/alloc/src/collections/btree

1 file changed

+582
-1
lines changed

0 commit comments

Comments
 (0)