If we had generic protocols, you could implement RawRepresentable twice, once using Ints and one using Strings. But that's probably never going to happen.
/digression Austin On Tue, May 31, 2016 at 3:11 PM, Erica Sadun via swift-evolution < [email protected]> wrote: > > > On May 31, 2016, at 4:07 PM, Brent Royal-Gordon via swift-evolution < > [email protected]> wrote: > > > >> • also wants OptionSetType-like behavior (and thus an Int raw type). > > > > Then it's not an `enum`, it's a `struct`. > > You can get it for free as an array of enums and test with contains vs > member > > -- E, who has probably digressed more than she really should > _______________________________________________ > swift-evolution mailing list > [email protected] > https://lists.swift.org/mailman/listinfo/swift-evolution >
_______________________________________________ swift-evolution mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-evolution
