On Monday, 5 June 2023 at 18:54:30 UTC, cc wrote:
[...]
Is there a way to check for mutability as well? I have both immutable and mutable fields. I would like to generate setters for mutable fields only.
Ki Rill via Digitalmars-d-learn Tue, 06 Jun 2023 14:52:31 -0700
On Monday, 5 June 2023 at 18:54:30 UTC, cc wrote:
[...]
Is there a way to check for mutability as well? I have both immutable and mutable fields. I would like to generate setters for mutable fields only.