If I understand correctly, it’s not technically im...
# codereview
d
If I understand correctly, it’s not technically immutable, but it’s at least a read-only view, and this construction is possibly more performant than creating a
Pair
for each entry via
to
.