Closed
Description
I was just through https://doc.rust-lang.org/std/collections/#maps and noticed that it gives a complexity for the predecessor
operation for BTreeMap, but that operation seems not to be available. I checked the map itself and its iterator. Is this a documentation bug or am I missing something?