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