Skip to content

Mutable Namespaces

Compare
Choose a tag to compare
@glentner glentner released this 03 Jun 03:40
· 140 commits to master since this release
2.4.0
b87840d

The original implementation inherited by Namespace only coerced member
mappables to a Namespace on access (read) and would clobber any in-place
changes made to the structure. Now we coerce on set (write) and so
modification works perfectly well.