useReverseAll
inline fun <K, V, Result> KeyValueStore<K, V>.useReverseAll(operation: KeyValueIteratorOperation<K, V, Result>): Result
Reverse-iterate over all records.
This function is useful because the KeyValueIterator will be closed automatically (see: kotlin.io.use) after all values have been consumed.