ModuleInfoPtr

In D1 ModuleInfo is a class. In D2 it is a struct. ModuleInfoPtr aliases to matching reference type for each of those.

alias ModuleInfoPtr = ModuleInfo*

Meta