https://issues.dlang.org/show_bug.cgi?id=22606

--- Comment #1 from anonymous4 <[email protected]> ---
You mean you want it for the sake of consistency? FWIW init is now static data
that always exists to initialize a variable, but a nested struct needs a
dynamic initializer to set the context pointer, init can't do it, but a
constructor does it.

--

Reply via email to