zenika-open-source / immutadot

immutadot is a JavaScript library to deal with nested immutable structures.

Home Page:https://immutadot.zenika.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add unset operation to navigators

nlepage opened this issue · comments

I'm not sure how to do this.

The behavior is almost the same as update, except the updater is not necessary...

Maybe add an unset method on the navigators, and have FinalNav's unset return a special value (Symbol ?) in order to trigger the delete in the previous nav...