Why is that ?
Why is there no throws, @gc, impure, mutable ?
wjoe via Digitalmars-d-learn Mon, 07 Sep 2020 04:31:19 -0700
It's easy to declare the entire module @safe and functions which
can't be can be declared @system.
However there is const, immutable, pure, @nogc and nothrow but no
mutable, impure, @gc and throws.
- Why is there no throws, @gc, impure, m... wjoe via Digitalmars-d-learn
- Re: Why is there no throws, @gc, ... Paul Backus via Digitalmars-d-learn
- Re: Why is there no throws, @... wjoe via Digitalmars-d-learn