Closed jcrist closed 11 months ago
This is an advanced (and potentially unsafe) function that allows for mutating a frozen struct. The primary use case for this is mutating the struct in a __post_init__ method before returning. Most users shouldn't ever use this.
__post_init__
Fixes #588.
This is an advanced (and potentially unsafe) function that allows for mutating a frozen struct. The primary use case for this is mutating the struct in a
__post_init__
method before returning. Most users shouldn't ever use this.Fixes #588.