On 8/14/2026 10:28 AM, Richard (Rikki) Andrew Cattermole wrote: > Alternatively make the parameter out: > > ```d > void initialize(out float v); > > float f; > > initialize(f); > ``` `out` will default initialize `v` to NaN upon entry to the function!