How to get to a class initializer through introspection?
Adam D. Ruppe
destructionator at gmail.com
Mon Aug 3 01:57:32 UTC 2020
> On Monday, 3 August 2020 at 01:16:37 UTC, Andrei Alexandrescu
> wrote:
> what the whole deal with OffsetTypeInfo
so if I had to guess, this was probably originally intended to
support the precise GC and got replaced with RTInfo which uses
__traits(getPointerBitmap) now instead.
just speculation.
of course if it were there, that could be potentially cool for
runtime reflection stuff. but it should also prolly just be
opt-in anyway imo.
More information about the Digitalmars-d
mailing list