I am trying to extend a 2D array, doing something like this:
extension Array where Element == Array<T: Comparable> {
}

But this doesn't work ! Is there a way to do this ?

Thank you ! :)

Trevör
_______________________________________________
swift-users mailing list
swift-users@swift.org
https://lists.swift.org/mailman/listinfo/swift-users

Reply via email to