From: Chris Morgan Date: Tue, 24 Mar 2015 02:42:01 +0000 (+1100) Subject: Substantial refactoring, exposing a raw interface. X-Git-Tag: 0.9.13~3 X-Git-Url: https://git.chrismorgan.info/anymap/commitdiff_plain/143ee062680311ca9c2ed5b7089bb0d741bc17c0?hp=143ee062680311ca9c2ed5b7089bb0d741bc17c0 Substantial refactoring, exposing a raw interface. This is not necessarily the final form, but I think it’s pretty good. The only alteration to the public interface is the removal of the iteration methods from `AnyMap`; they are now attached to `RawAnyMap`. The diff appears considerably more scary than it is in actual fact due to some comparatively unnecessary changes like the field name (from `data` to `raw`). Really, it’s minimal. ---