I can only easily find anything related to it for simple built-in types, let alone for slices. If at least I could use slices directly, it would be a great help (lock write access in a `synchronized` scope, then only read from the slice).
Is there any tutorial on how to use the shared attribute on structs
solidstate1991 via Digitalmars-d-learn Sun, 17 Aug 2025 14:06:43 -0700
I created a nogc array handler struct, and I would like to use it
as a shared array.