Strong +1, very useful. Perhaps importable instead of canImport? Looks and reads better:
// UXKit at WWDC'16, pretty please! #if importable(UIKit) typealias UXColor = UIColor #elseif importable(Cocoa) typealias UXColor = NSColor #else // meh #endif A. _______________________________________________ swift-evolution mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-evolution
