src/intobject/decl

Source   Edit  

Procs

proc isNil(self: IntObject): bool {.inline, ...raises: [], tags: [], forbids: [].}
Source   Edit  
proc newInt(i: Digit): IntObject {....raises: [], tags: [], forbids: [].}
Source   Edit  
proc newInt(o: IntObject): IntObject {....raises: [], tags: [], forbids: [].}
deep copy, returning a new object Source   Edit  
proc newInt[I: SomeSignedInt](i: I): IntObject
Source   Edit  
proc newInt[I: SomeUnsignedInt and not Digit](i: I): IntObject
Source   Edit  
proc newIntFromPtr(p: pointer): IntObject {....raises: [], tags: [], forbids: [].}
PyLong_FromVoidPtr Source   Edit  
proc newIntFromPtr[I: ref | ptr](i: I): IntObject
Source   Edit  
proc newIntSimple(): IntObject {....raises: [], tags: [], forbids: [].}
Source   Edit