We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c9680c commit d3375f8Copy full SHA for d3375f8
dub.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "yulib",
+ "name": "yu",
3
"authors": [
4
"渡世白玉"
5
],
src/yu/memory/gc.d
@@ -7,6 +7,7 @@ import std.traits;
7
8
alias gcDel = gcFree;
9
10
+
11
void gcFree(T)(ref T x) @trusted
12
13
static if (is(T == interface) || is(T == class))
0 commit comments