summary refs log tree commit diff stats
path: root/tests/macros/tslice.nim
Commit message (Collapse)AuthorAgeFilesLines
* Add proc `[]`(n: NimNode, s: HSlice[T, U]): seq[NimNode] to macros (#7735)Lolo Iccl2018-11-101-0/+38
fixes #7670.