Mirror of
forum.nim-lang.org
index
5840 :: Get the list of symbols exported by a module
[2020-01-20T14:49:11+01:00]
View Orginal
dwin
(orginal)
[2020-01-20T14:49:11+01:00]
view original
Is it possible to obtain a list of all the symbols exported by a particular module using macros? I tried getImpl on a nskModule but it returns a nil literal.