In Python, I can do dir(math) to find every name in the math namespace. Is there an equivalent for nim?
Obviously, this would only make sense when running nim as repl as in nimrod i. (I suppose one could capture the result in a program and print the results...)
Not essential but would be handy as a learning tool and cover times when a module's doc got out of date.