Open exaexa opened 7 months ago
....might be useful at some point to avoid sharing surprises
...we might do "patchy" constructors instead, such as:
a = Something() b = Something(a, somefield=123)
explicit copy() is a :flatbread:
@stelmo would the same trick with Accessors.jl work here as we did for CTs?
....might be useful at some point to avoid sharing surprises