Home
last modified time | relevance | path

Searched refs:StrInputRange (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dconv.d2800 struct StrInputRange
2809 auto input = StrInputRange("777");
2812 auto input2 = StrInputRange("777");
2813 assert(parse!(int, StrInputRange, Yes.doCount)(input2) == tuple(777, 3));
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dconv.d2426 struct StrInputRange struct
2435 auto input = StrInputRange("777"); argument