On Friday, 15 October 2021 at 21:47:21 UTC, Paul Backus wrote:
static global(alias value) = value;
I fear there will be issues with reentrancy.
Elronnd via Digitalmars-d-learn Fri, 15 Oct 2021 22:40:49 -0700
On Friday, 15 October 2021 at 21:47:21 UTC, Paul Backus wrote:
static global(alias value) = value;
I fear there will be issues with reentrancy.