joachim-n / mutable-typed-data

Typed data system with mutable properties
GNU General Public License v3.0
1 stars 2 forks source link

add a way to get a child item in all circumstances #3

Open joachim-n opened 4 years ago

joachim-n commented 4 years ago

If iterating through data, $data->{$key} is not safe because if $key is a delta, it'll complain about the property access.

And getItem() isn't ideal because it requires $key to be string manipulated into an address.

Should probably reinstate getChild().