> On Nov 22, 2016, at 03:04, Tino Heth via swift-users <swift-users@swift.org> 
> wrote:
> 
> Hi Rick,
> 
> as evolution is somewhat paused, swift-users seems to gain more traction ;-)
> 
> Imho the most natural would be
> extension Array<Double> {
> …
> }
> 
> I hope to see this addition included when the topic is discussed again.
> 
> - Tino 

I agree.  This syntax:

extension Array<Double> { … }

seems simpler than

extension Array where Element == Double { … }

-Matt
_______________________________________________
swift-users mailing list
swift-users@swift.org
https://lists.swift.org/mailman/listinfo/swift-users

Reply via email to