On Thursday, 1 September 2022 at 09:43:55 UTC, Redwan wrote: > oh, thank you. with this, no allocation?? No heap allocation. The `@nogc` attribute is enforced by the compiler, so you will get an error if you use `new` without `scope` here.