Mutable fields with generics #157
Labels
enhancement
Improvement to an existing feature
extraction
Feature or bug with the extraction phase
imperative
Feature or bug related to imperative features
After solving #154, the next step is to make the same work for generic ADTs.
Ideas, roadmap
@var
without annotation@mutable
by default@pure
mut
in Rust, can swap the@mutable
flag with@pure
.freshCopy
all the type parameter-typed args.The text was updated successfully, but these errors were encountered: