Templates
template `%`(a: PyIntObject; b: SomeInteger): untyped
- Source Edit
template `%`(a: SomeInteger; b: PyIntObject): untyped
- Source Edit
template `*`(a: PyIntObject; b: SomeInteger): untyped
- Source Edit
template `*`(a: SomeInteger; b: PyIntObject): untyped
- Source Edit
template `+`(a: PyIntObject; b: SomeInteger): untyped
- Source Edit
template `+`(a: SomeInteger; b: PyIntObject): untyped
- Source Edit
template `-`(a: PyIntObject; b: SomeInteger): untyped
- Source Edit
template `-`(a: SomeInteger; b: PyIntObject): untyped
- Source Edit
template `//`(a: PyIntObject; b: SomeInteger): untyped
- Source Edit
template `//`(a: SomeInteger; b: PyIntObject): untyped
- Source Edit
template `<`(a: PyIntObject; b: SomeInteger): untyped
- Source Edit
template `<`(a: SomeInteger; b: PyIntObject): untyped
- Source Edit
template `<=`(a: PyIntObject; b: SomeInteger): untyped
- Source Edit
template `<=`(a: SomeInteger; b: PyIntObject): untyped
- Source Edit
template `==`(a: PyIntObject; b: SomeInteger): untyped
- Source Edit
template `==`(a: SomeInteger; b: PyIntObject): untyped
- Source Edit
template `and`(a: PyIntObject; b: SomeInteger): untyped
- Source Edit
template `and`(a: SomeInteger; b: PyIntObject): untyped
- Source Edit
template `div`(a: PyIntObject; b: SomeInteger): untyped
- Source Edit
template `div`(a: SomeInteger; b: PyIntObject): untyped
- Source Edit
template divmod(a: PyIntObject; b: SomeInteger): untyped
- Source Edit
template divmod(a: SomeInteger; b: PyIntObject): untyped
- Source Edit
template `mod`(a: PyIntObject; b: SomeInteger): untyped
- Source Edit
template `mod`(a: SomeInteger; b: PyIntObject): untyped
- Source Edit
template `or`(a: PyIntObject; b: SomeInteger): untyped
- Source Edit
template `or`(a: SomeInteger; b: PyIntObject): untyped
- Source Edit
template pow(a: PyIntObject; b: SomeInteger): untyped
- Source Edit
template pow(a: SomeInteger; b: PyIntObject): untyped
- Source Edit
template private_gen_mix(mix; prim, pyT: typedesc; do1, do2) {.dirty.}
- Source Edit
template private_mixOpPyWithNim(mixb, mix) {.dirty.}
- Source Edit
template `shl`(a: PyIntObject; b: SomeInteger): untyped
- Source Edit
template `shl`(a: SomeInteger; b: PyIntObject): untyped
- Source Edit
template `shr`(a: PyIntObject; b: SomeInteger): untyped
- Source Edit
template `shr`(a: SomeInteger; b: PyIntObject): untyped
- Source Edit
template `xor`(a: PyIntObject; b: SomeInteger): untyped
- Source Edit
template `xor`(a: SomeInteger; b: PyIntObject): untyped
- Source Edit