> On Dec 17, 2015, at 11:01 AM, Pyry Jahkola via swift-evolution > <[email protected]> wrote: > (Possibly related to this is that Bool is a struct and not an enum in Swift.)
This is an artifact of the current implementation more than anything. IIRC there are missed optimization opportunities with an enum implementation, but the goal is to move to that. Slava
_______________________________________________ swift-evolution mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-evolution
