Utilities for system.NimNode.
They may be handy when writing macros.
Types
NimNodeIndex = int
- Source Edit
Procs
func firstChild(self: NimNode): NimNode {....deprecated: """Since "1.1.0".""", raises: [], tags: [], forbids: [].}
- Source Edit
func high(self: NimNode): NimNodeIndex {....raises: [], tags: [], forbids: [].}
- Returns -1 if self has no children. Source Edit
func low(self: NimNode): NimNodeIndex {....raises: [], tags: [], forbids: [].}
- Source Edit
func secondChild(self: NimNode): NimNode {....deprecated: """Since "1.1.0".""", raises: [], tags: [], forbids: [].}
- Source Edit