Making `Schema.array` Encoded Type Mutable for Library Compatibility

Schema.array currently seems to use a ReadonlyArray on both sides; is it possible for the encoded type to not be read-only? I'm looking to encode it and pass it to a library which expects it to be mutable.
Was this page helpful?