printFloat
private fn
auto printFloat(T, Char)(const(T) val, FormatSpec!Char f) if (is(T == float) || is(T == double)
|| (is(T == real) && (T.mant_dig == double.mant_dig || T.mant_dig == 64)))No documentation available for this declaration.
fn
void printFloat(Writer, T, Char)(auto ref Writer w, const(T) val, FormatSpec!Char f) if (is(T == float) || is(T == double)
|| (is(T == real) && (T.mant_dig == double.mant_dig || T.mant_dig == 64)))No documentation available for this declaration.