This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 5654305
committed
Add BTreeMap::remove_entry
Mainly for API parity with HashMap.
- Add BTreeMap::remove_entry
- Rewrite BTreeMap::remove to use remove_entry
- Use btreemap_remove_entry feature in doc comment1 parent c0e02ad commit 5654305
1 file changed
+30
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
806 | 806 | | |
807 | 807 | | |
808 | 808 | | |
| 809 | + | |
| 810 | + | |
| 811 | + | |
| 812 | + | |
| 813 | + | |
| 814 | + | |
| 815 | + | |
| 816 | + | |
| 817 | + | |
| 818 | + | |
| 819 | + | |
| 820 | + | |
| 821 | + | |
| 822 | + | |
| 823 | + | |
| 824 | + | |
| 825 | + | |
| 826 | + | |
| 827 | + | |
| 828 | + | |
| 829 | + | |
| 830 | + | |
| 831 | + | |
| 832 | + | |
| 833 | + | |
| 834 | + | |
| 835 | + | |
| 836 | + | |
809 | 837 | | |
810 | 838 | | |
811 | 839 | | |
812 | 840 | | |
813 | 841 | | |
814 | 842 | | |
815 | | - | |
| 843 | + | |
| 844 | + | |
816 | 845 | | |
817 | 846 | | |
818 | 847 | | |
| |||
0 commit comments