On Wednesday, 1 November 2023 at 20:04:52 UTC, Basile B. wrote: > > Yes. D constructors are not named but the current > implementation adds a name that is `__ctor`, so add > > ```d > alias add = __ctor; > ``` > > to you struct. > Yeah, it works! Thanks...:) SDB at 79