This option controls whether structs whose instance state is never mutated should be marked readonly.
readonly struct Point { public int x; }
struct Point { public int x; }