primitive val _SignedArithmetic
new val create() : _SignedArithmetic val^
fun box fld[T: (SignedInteger[T, U] val & (I8 val | I16 val | I32 val | I64 val | I128 val | ILong val | ISize val)), U: UnsignedInteger[U] val]( x: T, y: T) : T
fun box mod[T: (SignedInteger[T, U] val & (I8 val | I16 val | I32 val | I64 val | I128 val | ILong val | ISize val)), U: UnsignedInteger[U] val]( x: T, y: T) : T
fun box eq( that: _SignedArithmetic val) : Bool val
fun box ne( that: _SignedArithmetic val) : Bool val
© 2016-2018, The Pony Developers
© 2014-2015, Causality Ltd.
Licensed under the BSD 2-Clause License.
https://stdlib.ponylang.io/builtin-_SignedArithmetic