__dict__ (these 2 can actually be implemented with normal macros now with for stmt macros):
[https://nim-lang.org/docs/iterators.html#fields.i%2CT](https://nim-lang.org/docs/iterators.html#fields.i%2CT) [https://nim-lang.org/docs/iterators.html#fieldPairs.i%2CT](https://nim-lang.org/docs/iterators.html#fieldPairs.i%2CT) Not really dir(), but still something: [https://nim-lang.org/docs/system.html#locals](https://nim-lang.org/docs/system.html#locals) I don't know what Python's `type()` means, if it is what I think it means you wouldn't have missed it: [https://nim-lang.org/docs/manual.html#special-types-typeof-operator](https://nim-lang.org/docs/manual.html#special-types-typeof-operator) [https://nim-lang.org/docs/system.html#typeof%2Cuntyped](https://nim-lang.org/docs/system.html#typeof%2Cuntyped)
