src/knot/internals

Search:
Group by:
Source   Edit  

Types

TypeId = distinct int
Source   Edit  

Procs

proc associate(t: TypeId; name: string; node: NimNode) {....raises: [], tags: [],
    forbids: [].}
Source   Edit  
proc getTypeId(T: type): TypeId
Source   Edit  

Iterators

iterator associations(t: TypeId; name: string): NimNode {....raises: [], tags: [],
    forbids: [].}
Source   Edit