We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3edd912 commit 4cdb26dCopy full SHA for 4cdb26d
1 file changed
source/mir/string_map.d
@@ -49,7 +49,7 @@ struct StringMap(T)
49
}
50
51
/// `hashOf` Implementation. Doesn't depend on order
52
- size_t toHash() scope @trusted const nothrow // pure @nogc
+ size_t toHash() scope @trusted const nothrow pure @nogc
53
{
54
if (implementation is null)
55
return 0;
0 commit comments