mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 22:10:33 +00:00
Undeprecate children
This commit is contained in:
@@ -713,7 +713,7 @@ iterator items*(n: NimNode): NimNode {.inline.} =
|
||||
for i in 0 .. high(n):
|
||||
yield n[i]
|
||||
|
||||
{.deprecated: [children: items].}
|
||||
iterator children*(n: NimNode): NimNode {.inline.} = items
|
||||
|
||||
template findChild*(n: NimNode; cond: expr): NimNode {.
|
||||
immediate, dirty.} =
|
||||
|
||||
Reference in New Issue
Block a user