input of type T.T unformatValue(T, Range, Char)(ref Range input, scope const ref FormatSpec!Char spec)Reads a value from the given _input range and converts it according to a format specifier.
input | the input range, to read from |
spec | a format string |
T | type to return |
Range | the type of the input range input |
Char | the character type used for spec |
input of type T.if reading did not succeed.