Removes all readonly flags on a type (non-recursively), making it effectively mutable
readonly
Considered unsafe as removing readonly modifiers may break semantics in some cases
Removes all
readonly
flags on a type (non-recursively), making it effectively mutableConsidered unsafe as removing
readonly
modifiers may break semantics in some cases