Commits

Michael Ilseman committed e0414a457fd
[swift_newtype] Structs have label-less init Adds an unlabeled rawValue init for swift_newtype(struct), which expresses the extensibility theme better. This makes the use and creation of new instances of that type more succinct. swift_newtype(enum) still requires the explicit label, as it is non-extensible.