Home
last modified time | relevance | path

Searched defs:TestArray (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Darray.d231 static struct TestArray { int x; string toString() @safe { return to!string(x); } } in toString() argument
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Darray.d346 static struct TestArray { int x; string toString() @safe { return to!string(x); } } in toString() argument