enqueue

open suspend override fun enqueue(update: Update<D>)

Since a SubStore is just a view on a parent holding the real value, it forwards the Update to it, using it's Lens to transform it.