On Friday, 16 June 2023 at 01:45:35 UTC, CM wrote: > ```d > auto m = Man(); > assert(m.name == defaultName); > ``` > > Do note that one cannot simultaneously have a constructor and a > static opCall, even if their parameters differ. Thank you for your reply. This should be enough, as this type of RAII is basically a `temporary struct`.