Safely access and update a value in a parent object by its key.
Parent object or array that owns the value.
Object key or array index to access.
Callback invoked with the updated parent value.
Whether the key refers to an array index.
Tuple of current value and change handler.
Safely access and update a value in a parent object by its key.