Commits

Stephen Canon committed 878134b1d5fM
Merge branch 'stephentyrone-SE-0067' Implements almost all of SE-0067. There are a few outstanding features; this implementation does not have: - formRemainder(dividingBy:) - formSquareRoot() - addProduct(_:,_:) Additionally, the basic operators are still present on the concrete types; it is not possible to remove them without changes to either overload resolution or the Strideable protocol, both of which are out of scope for this change. They will be removed once it is possible for that to be done.