On Fri, May 6, 2016, at 11:20 PM, Charles Srstka via swift-evolution wrote: > let int = num as? Int // 5 > let float = num as? Float // 5 > let int32 = num as? Int32 // nil! That specific behavior with Int32 seems to be an oversight in the stdlib. The specific integer types don't get an ObjectiveCBridgeable implementation. Sincerely, Zachary Waldowski [email protected]
_______________________________________________ swift-evolution mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-evolution
