unformatValueImpl

fnT unformatValueImpl(T, Range, Char)(ref Range input, scope const ref FormatSpec!Char spec) if (isInputRange!Range && is(immutable T == immutable bool))
No documentation available for this declaration.
fnT unformatValueImpl(T, Range, Char)(ref Range input, scope const ref FormatSpec!Char spec) if (isInputRange!Range && is(T == typeof(null)))
No documentation available for this declaration.
fnT unformatValueImpl(T, Range, Char)(ref Range input, scope const ref FormatSpec!Char spec) if (isInputRange!Range && isIntegral!T && !is(T == enum) && isSomeChar!(ElementType!Range))
No documentation available for this declaration.
fnT unformatValueImpl(T, Range, Char)(ref Range input, scope const ref FormatSpec!Char spec) if (isFloatingPoint!T && !is(T == enum) && isInputRange!Range && isSomeChar!(ElementType!Range) && !is(Range == enum))
No documentation available for this declaration.
fnT unformatValueImpl(T, Range, Char)(ref Range input, scope const ref FormatSpec!Char spec) if (isInputRange!Range && isSomeChar!T && !is(T == enum) && isSomeChar!(ElementType!Range))
No documentation available for this declaration.
fnT unformatValueImpl(T, Range, Char)(ref Range input, scope const ref FormatSpec!Char fmt) if (isInputRange!Range && is(StringTypeOf!T) && !isAggregateType!T && !is(T == enum))
No documentation available for this declaration.
fnT unformatValueImpl(T, Range, Char)(ref Range input, scope const ref FormatSpec!Char fmt) if (isInputRange!Range && !is(StringTypeOf!T) && !isAggregateType!T && (isArray!T || isAssociativeArray!T || is(T == enum)))
No documentation available for this declaration.