Open Manishearth opened 3 weeks ago
Opaques, structs, and enums should expose their attr constructor as a constructor. This may mean using symbol tricks to keep the internal ctor around.
Default ctor behavior for enums and structs should be unconditionally available with a fromFields() and fromString() method, or something.
fromFields()
fromString()
Opaques, structs, and enums should expose their attr constructor as a constructor. This may mean using symbol tricks to keep the internal ctor around.
Default ctor behavior for enums and structs should be unconditionally available with a
fromFields()
andfromString()
method, or something.