We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1d71cc commit 5e06492Copy full SHA for 5e06492
src/rt/lifetime.d
@@ -1135,15 +1135,6 @@ extern (C) void* _d_newitemiT(in TypeInfo _ti) pure nothrow @weak
1135
return p;
1136
}
1137
1138
-/**
1139
- *
1140
- */
1141
-struct Array
1142
-{
1143
- size_t length;
1144
- byte* data;
1145
-}
1146
-
1147
debug(PRINTF)
1148
{
1149
extern(C) void printArrayCache()
0 commit comments