on Wed Apr 20 2016, Joanna Carter <[email protected]> wrote:
> I would make a strong argument for completing Swift generics by including > such facilities in Any.Type, so that: > > 1. we do not have to use the somewhat cumbersome Mirror mechanism > > 2. we can do something useful with instances of Any.Type, which, at > present, does absolutely nothing. Not commenting on the rest of your post, but you can compare instances of Any.Type with == and !=. -- Dave _______________________________________________ swift-evolution mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-evolution
