src/intobject/ops_annassign

Source   Edit  

Procs

proc `%=`(a: var IntObject; b: SomeIntegerOrObj) {.inline.}
Source   Edit  
proc `*=`(a: var IntObject; b: SomeIntegerOrObj) {.inline.}
Source   Edit  
proc `+=`(a: var IntObject; b: SomeIntegerOrObj) {.inline.}
Source   Edit  
proc `-=`(a: var IntObject; b: SomeIntegerOrObj) {.inline.}
Source   Edit  
proc `//=`(a: var IntObject; b: SomeIntegerOrObj) {.inline.}
Source   Edit  
proc dec(a: var IntObject; b: SomeIntegerOrObj) {.inline.}
Source   Edit  
proc inc(a: var IntObject; b: SomeIntegerOrObj) {.inline.}
Source   Edit  

Templates

template dec(a: var IntObject)
Source   Edit  
template inc(a: var IntObject)
Source   Edit