SubStore

fun <R, P, T> SubStore(parent: Store<P>, lens: Lens<P, T>, root: Store<R>, rootLens: Lens<R, T>)