Commit d5ba5d24 authored by Jack Koenig's avatar Jack Koenig
Browse files

Turn RenameMap into a trait and add MutableRenameMap

The mutability of the RenameMap API has long been a wart. It also has
made it impossible to provide alternative implementations that do not
have a underlying map. By changing RenameMap to a [sealed] trait, it
will become possible to provide optimized implementations for different
purposes.
parent e5e37824
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment