[swift-evolution] Quick question: Constraint Aliasing

Erica Sadun erica at ericasadun.com
Thu May 11 18:50:48 CDT 2017


Can anyone give me a rough estimate of how hard (in terms of coding, not in terms of Swift Evolution process) it would be to adopt (1) `extension Set<ShippingOptions>` as an outright alias for `extension Set where Element == ShippingOptions` and (2) `extension [ShippingOptions]` for `extension Array where Element == ShippingOptions`?

Thanks,

-- E



More information about the swift-evolution mailing list