struct UInt128
Defined in:
crython/cr2py/number.cr
Constructors
Instance Method Summary
Instance methods inherited from struct Number
!=(other : Crython::PyObject) : Crython::PyObject
!=,
%(other : Crython::PyObject) : Crython::PyObject
%,
*(other : Crython::PyObject) : Crython::PyObject
*,
**(other : Crython::PyObject) : Crython::PyObject
**,
+(other : Crython::PyObject) : Crython::PyObject
+,
-(other : Crython::PyObject) : Crython::PyObject
-,
/(other : Crython::PyObject) : Crython::PyObject
/,
//(other : Crython::PyObject) : Crython::PyObject
//,
<(other : Crython::PyObject) : Crython::PyObject
<,
<=(other : Crython::PyObject) : Crython::PyObject
<=,
==(other : Crython::PyObject) : Crython::PyObject
==,
>(other : Crython::PyObject) : Crython::PyObject
>,
>=(other : Crython::PyObject) : Crython::PyObject
>=
Constructor Detail
Instance Method Detail