internal.types.int

Source code: internal/types/int.seq

internal.types.int.seq_str_int(a: int)
internal.types.int.seq_str_uint(a: int)
extension int

Magic methods:

__new__()
__new__[T](what: T)
__int__()
__float__()
__str__()
__copy__()
__hash__()
__bool__()
__pos__()
__neg__()
__abs__()
__lshift__(other: int)
__rshift__(other: int)
__add__(b: int)
__add__(other: float)
__sub__(b: int)
__sub__(other: float)
__mul__(b: int)
__mul__(other: float)
__floordiv__(b: int)
__floordiv__(other: float)
__truediv__(other: int)
__truediv__(other: float)
__mod__(a: int, b: int)
__mod__(other: float)
__invert__(a: int)
__and__(a: int, b: int)
__or__(a: int, b: int)
__xor__(a: int, b: int)
__bitreverse__(a: int)
__bswap__(a: int)
__ctpop__(a: int)
__ctlz__(a: int)
__cttz__(a: int)
__eq__(a: int, b: int)
__eq__(b: float)
__ne__(a: int, b: int)
__ne__(b: float)
__lt__(a: int, b: int)
__lt__(b: float)
__gt__(a: int, b: int)
__gt__(b: float)
__le__(a: int, b: int)
__le__(b: float)
__ge__(a: int, b: int)
__ge__(b: float)
__new__(s: str)
__new__(s: str, base: int)
__pow__(exp: int)
__pow__(exp: float)
__atomic_xchg__(d: Ptr[int], b: int)
__atomic_add__(d: Ptr[int], b: int)
__atomic_sub__(d: Ptr[int], b: int)
__atomic_and__(d: Ptr[int], b: int)
__atomic_nand__(d: Ptr[int], b: int)
__atomic_or__(d: Ptr[int], b: int)
__atomic_xor__(b: int)
__atomic_min__(d: Ptr[int], b: int)
__atomic_max__(d: Ptr[int], b: int)
__match__(i: int)

Methods:

popcnt()