On Thursday, 1 April 2021 at 12:07:17 UTC, WebFreak001 wrote: > You can add a custom init value if you want to allow one: > > ```d > enum Xobj : void* { init = null } > ``` Thank you!