Templates
template `%`[T: SomeInteger](a: PyIntObject; b: T): untyped
- Source Edit
template `%`[T: SomeInteger](a: T; b: PyIntObject): untyped
- Source Edit
template `*`[T: SomeInteger](a: PyIntObject; b: T): untyped
- Source Edit
template `*`[T: SomeInteger](a: T; b: PyIntObject): untyped
- Source Edit
template `+`[T: SomeInteger](a: PyIntObject; b: T): untyped
- Source Edit
template `+`[T: SomeInteger](a: T; b: PyIntObject): untyped
- Source Edit
template `-`[T: SomeInteger](a: PyIntObject; b: T): untyped
- Source Edit
template `-`[T: SomeInteger](a: T; b: PyIntObject): untyped
- Source Edit
template `//`[T: SomeInteger](a: PyIntObject; b: T): untyped
- Source Edit
template `//`[T: SomeInteger](a: T; b: PyIntObject): untyped
- Source Edit
template `<`[T: SomeInteger](a: PyIntObject; b: T): untyped
- Source Edit
template `<`[T: SomeInteger](a: T; b: PyIntObject): untyped
- Source Edit
template `<=`[T: SomeInteger](a: PyIntObject; b: T): untyped
- Source Edit
template `<=`[T: SomeInteger](a: T; b: PyIntObject): untyped
- Source Edit
template `==`[T: SomeInteger](a: PyIntObject; b: T): untyped
- Source Edit
template `==`[T: SomeInteger](a: T; b: PyIntObject): untyped
- Source Edit
template `and`[T: SomeInteger](a: PyIntObject; b: T): untyped
- Source Edit
template `and`[T: SomeInteger](a: T; b: PyIntObject): untyped
- Source Edit
template ceilDiv[T: SomeInteger](a: PyIntObject; b: T): untyped
- Source Edit
template ceilDiv[T: SomeInteger](a: T; b: PyIntObject): untyped
- Source Edit
template `div`[T: SomeInteger](a: PyIntObject; b: T): untyped
- Source Edit
template `div`[T: SomeInteger](a: T; b: PyIntObject): untyped
- Source Edit
template divmod[T: SomeInteger](a: PyIntObject; b: T): untyped
- Source Edit
template divmod[T: SomeInteger](a: T; b: PyIntObject): untyped
- Source Edit
template floordiv[T: SomeInteger](a: PyIntObject; b: T): untyped
- Source Edit
template floordiv[T: SomeInteger](a: T; b: PyIntObject): untyped
- Source Edit
template floormod[T: SomeInteger](a: PyIntObject; b: T): untyped
- Source Edit
template floormod[T: SomeInteger](a: T; b: PyIntObject): untyped
- Source Edit
template `mod`[T: SomeInteger](a: PyIntObject; b: T): untyped
- Source Edit
template `mod`[T: SomeInteger](a: T; b: PyIntObject): untyped
- Source Edit
template `or`[T: SomeInteger](a: PyIntObject; b: T): untyped
- Source Edit
template `or`[T: SomeInteger](a: T; b: PyIntObject): untyped
- Source Edit
template pow[T: SomeInteger](a: PyIntObject; b: T): untyped
- Source Edit
template pow[T: SomeInteger](a: T; b: PyIntObject): untyped
- Source Edit
template `shl`[T: SomeInteger](a: PyIntObject; b: T): untyped
- Source Edit
template `shl`[T: SomeInteger](a: T; b: PyIntObject): untyped
- Source Edit
template `shr`[T: SomeInteger](a: PyIntObject; b: T): untyped
- Source Edit
template `shr`[T: SomeInteger](a: T; b: PyIntObject): untyped
- Source Edit
template `xor`[T: SomeInteger](a: PyIntObject; b: T): untyped
- Source Edit
template `xor`[T: SomeInteger](a: T; b: PyIntObject): untyped
- Source Edit