rt/object.d
Adam D. Ruppe
destructionator at gmail.com
Thu Oct 29 16:09:00 UTC 2020
On Thursday, 29 October 2020 at 16:02:34 UTC, Ola Fosheim Grøstad:
> That is the same as the class decl, I meant the internals like
> vtable/typeinfo.
I don't know what you mean. typeinfo isn't a part of Object and
the vtable is built from those virtual methods.
If you mean the *module* object instead of class Object, I have
the docs for that too:
http://dpldocs.info/experimental-docs/object.html
and like there's TypeInfo in there
http://dpldocs.info/experimental-docs/object.TypeInfo.html
The internal rt namespace is also on my website:
http://dpldocs.info/experimental-docs/rt.html
but of course that's private so you can't import it from user
code.
More information about the Digitalmars-d-learn
mailing list