On Friday, 18 September 2020 at 23:00:33 UTC, Adam D. Ruppe wrote:
The error says something about constness being different, well, why the eff would an init symbol ever be mutable?
See https://forum.dlang.org/post/edngcvtlkjpykxvxy...@forum.dlang.org for why TypeInfo is mutable. (In this case, the __initZ symbol is more than just an init symbol).
-Johan