internal.types.intn
¶
Source code: internal/types/intn.seq
- internal.types.intn.check_N[N]()¶
- extension Int[N]¶
Magic methods:
- __new__()
- __new__(what: Int[N])
- __new__(what: int)
- __new__(what: UInt[N])
- __new__(what: str)
- __int__()
- __copy__()
- __hash__()
- __float__()
- __bool__()
- __pos__()
- __neg__()
- __invert__()
- __add__(other: Int[N])
- __sub__(other: Int[N])
- __mul__(other: Int[N])
- __floordiv__(other: Int[N])
- __truediv__(other: Int[N])
- __mod__(other: Int[N])
- __lshift__(other: Int[N])
- __rshift__(other: Int[N])
- __eq__(other: Int[N])
- __ne__(other: Int[N])
- __lt__(other: Int[N])
- __gt__(other: Int[N])
- __le__(other: Int[N])
- __ge__(other: Int[N])
- __and__(other: Int[N])
- __or__(other: Int[N])
- __xor__(other: Int[N])
- __pickle__(dest: Ptr[byte])
- __unpickle__(src: Ptr[byte])
- __str__()
Methods:
- extension UInt[N]¶
Magic methods:
- __new__()
- __new__(what: UInt[N])
- __new__(what: int)
- __new__(what: Int[N])
- __new__(what: str)
- __int__()
- __copy__()
- __hash__()
- __float__()
- __bool__()
- __pos__()
- __neg__()
- __invert__()
- __add__(other: UInt[N])
- __sub__(other: UInt[N])
- __mul__(other: UInt[N])
- __floordiv__(other: UInt[N])
- __truediv__(other: UInt[N])
- __mod__(other: UInt[N])
- __lshift__(other: UInt[N])
- __rshift__(other: UInt[N])
- __eq__(other: UInt[N])
- __ne__(other: UInt[N])
- __lt__(other: UInt[N])
- __gt__(other: UInt[N])
- __le__(other: UInt[N])
- __ge__(other: UInt[N])
- __and__(other: UInt[N])
- __or__(other: UInt[N])
- __xor__(other: UInt[N])
- __pickle__(dest: Ptr[byte])
- __unpickle__(src: Ptr[byte])
- __str__()
Methods:
- internal.types.intn.i8¶
- internal.types.intn.i16¶
- internal.types.intn.i32¶
- internal.types.intn.i64¶
- internal.types.intn.u8¶
- internal.types.intn.u16¶
- internal.types.intn.u32¶
- internal.types.intn.u64¶