I obviously don't know what the original poster intended but the most common definitions I have seen are:
Trait: Protocols with default implementations for some method requirements. Mixin: Traits with stored properties. Sent from my iPhone > On Dec 23, 2015, at 1:57 PM, Joe Groff via swift-evolution > <[email protected]> wrote: > > >> On Dec 23, 2015, at 11:54 AM, James Campbell via swift-evolution >> <[email protected]> wrote: >> >> Mixins would be a great addition instead of having to define a protocol and >> then extending it > > Mixins are a vague term. What exactly do you propose? > > -Joe > _______________________________________________ > 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
