On 5/23/22 08:14, Vindex wrote: > Why? Why can't I have two constructors when I use mixin?
And there is an example in Phobos: https://dlang.org/library/std/exception/basic_exception_ctors.html The documentation there mentions the following bug: https://issues.dlang.org/show_bug.cgi?id=11500 Ali