-almost every funtion is marked as @nogc and nothrow (only problem with HashMap)
This commit is contained in:
parent
fef55bd790
commit
204ce9dc79
10 changed files with 74 additions and 72 deletions
|
|
@ -9,6 +9,7 @@ import std.traits : Parameters;
|
|||
private __gshared static HashMap!(const(char)[], StringIntern) gStringInterns;
|
||||
|
||||
struct StringIntern {
|
||||
|
||||
private const(char)* strPtr;
|
||||
|
||||
this(const(char)[] fromStr) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue