Skip to content

v0.2.10: Fix ldc2 compilation compatibility.

Latest
Compare
Choose a tag to compare
@vnayar vnayar released this 25 Jul 09:46

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.