Certain functions of associative arrays, like "keys" and "values" are treated as @system
by LDC2 rather than @safe
or @trusted
. The functions using these were changed to @trusted
to unblock ldc2 compilation.
Certain functions of associative arrays, like "keys" and "values" are treated as @system
by LDC2 rather than @safe
or @trusted
. The functions using these were changed to @trusted
to unblock ldc2 compilation.