Commits

Max Moiseev committed 4fd9f8155fd
[stdlib] updating integers prototype * `remainder` has been removed from `Arithmetic` protocol and added to the `Integer`, so that floating point types can use it. * `Arithmetic` protocol now extends `Equatable` and `IntegerLiteralConvertible`