Searched refs:StrInputRange (Results 1 – 2 of 2) sorted by relevance
2800 struct StrInputRange2809 auto input = StrInputRange("777");2812 auto input2 = StrInputRange("777");2813 assert(parse!(int, StrInputRange, Yes.doCount)(input2) == tuple(777, 3));
2426 struct StrInputRange struct2435 auto input = StrInputRange("777"); argument