Commits

Ted Kremenek committed 5e966fdd523
Add basic '==' for Array, NativeArray, and Slice. I suspect this can be made much better. It only works for comparing Array<T> and Array<T>, NativeArray<T> and NativeArray<T>, etc., not NativeArray<T> and Array<T>. I also suspect the implementation can be made better. The goal was to make this functional, as this basic functionality was missing. Implements <rdar://problem/16768095>. Swift SVN r18150