Commits
Dave Zarzycki committed 3fc716c9dc5
Introduce (and disable): Complex<T> The constraint checker becomes pathlogically slow with this struct enabled. For example: the constraint checker becomes more than twice as slow when just the "Numeric" protocol is enabled, sans Complex<T>. Swift SVN r3753