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 [email protected] https://lists.swift.org/mailman/listinfo/swift-users
