Converts the B-tree map into a Generator of [K, V] sorted by its ascending order.
Generator
[K, V]
To convert.
The iterator which generates [K, V] key-value entries.
Converts the B-tree map into a
Generatorof[K, V]sorted by its ascending order.