Why is there no throws, @gc, impure, mutable ?

wjoe invalid at example.com
Mon Sep 7 11:25:15 UTC 2020


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 that ?



More information about the Digitalmars-d-learn mailing list