Package: effect Module: Schema
effect
Schema
Whether a schema field is readonly or mutable within a struct.
See
mutableKey
Signature
type Mutability = "readonly" | "mutable"
Source
Since v4.0.0