> On Aug 7, 2016, at 2:33 PM, Jacob Bandes-Storch <[email protected]> wrote: > > extension URL { > enum Reachability { > case reachable > case notReachable(ErrorProtocol) > } > func reachability() -> Reachability > }
That is excellent. Charles
_______________________________________________ swift-evolution mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-evolution
