https://issues.dlang.org/show_bug.cgi?id=13084
--- Comment #7 from Walter Bright <[email protected]> --- (In reply to Jacob Carlborg from comment #5) > (In reply to Walter Bright from comment #4) > > Hmm. Suppose we did this: > > > > alias immutable(_ModuleInfo) ModuleInfo; > > > > ? > > It would still break the API. How? (I know it will break people modifying ModuleInfo at runtime, but anything else?) --
