Home
last modified time | relevance | path

Searched refs:writer1 (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/gpl3/gcc/dist/libphobos/src/std/format/
H A Dwrite.d664 auto writer1 = appender!string(); variable
665 formattedWrite(writer1, "%s is the ultimate %s.", 42, "answer");
666 assert(writer1[] == "42 is the ultimate answer.");
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/
H A Dformat.d3513 auto writer1 = appender!string();
3514 writer1.formattedWrite("%08b", 42);
3520 assert(writer1.data == writer2.data && writer1.data == "00101010");
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dformat.d3513 auto writer1 = appender!string();
3514 writer1.formattedWrite("%08b", 42);
3520 assert(writer1.data == writer2.data && writer1.data == "00101010");