On Tuesday, 8 June 2021 at 04:24:38 UTC, H. S. Teoh wrote:
Annotate your functions with @safe.
https://dlang.org/spec/function.html#function-safety Best Practices: Mark as many functions @safe as practical. ACK
someone via Digitalmars-d-learn Mon, 07 Jun 2021 22:00:57 -0700
On Tuesday, 8 June 2021 at 04:24:38 UTC, H. S. Teoh wrote:
Annotate your functions with @safe.
https://dlang.org/spec/function.html#function-safety Best Practices: Mark as many functions @safe as practical. ACK