guozirui33
Results
1
comments of
guozirui33
I would also love to see `iter_mut` for `OrdMap`. In the meanwhile, what would be a reasonable workaround? I'm guessing a combination of `iter` + `get_mut`?