Seeking a Deep Equivalent for `Schema.mutable` Combinator
I see that there's a
Schema.mutable combinator that shallowly makes the properties mutable. Is there a deep equivalent? I'm working in a code base that is using effect and schema in small places at the moment and the rest of the codebase is not readonly orientated and it's causing a bit of friction having some data types fully readonly and others not.