treetab

Search:
Group by:
Source   Edit  

Procs

proc hashTree(n: PNode): Hash {....raises: [], tags: [], forbids: [].}
Source   Edit  
proc nodeTableGet(t: TNodeTable; key: PNode): int {....raises: [Exception],
    tags: [RootEffect], forbids: [].}
Source   Edit  
proc nodeTablePut(t: var TNodeTable; key: PNode; val: int) {.
    ...raises: [Exception], tags: [RootEffect], forbids: [].}
Source   Edit  
proc nodeTableTestOrSet(t: var TNodeTable; key: PNode; val: int): int {.
    ...raises: [Exception], tags: [RootEffect], forbids: [].}
Source   Edit