Closed B-Reif closed 2 years ago
Removes the commented-out map function and adds an iter function to expose the .values() iterator of the inner HashMap (for #14).
map
iter
.values()
HashMap
Removes the commented-out
map
function and adds aniter
function to expose the.values()
iterator of the innerHashMap
(for #14).