CustomFloat.toString

Convert the CustomFloat to a real and perform the relevant operator on the result

template toString()
void
toString
()
(
scope void delegate
(
const(char)[]
)
sink
,
scope const ref FormatSpec!char fmt
)

Members

Functions

formatValue (from std.format.write)
void formatValue(Writer w, T val, FormatSpec!Char f) via public import std.format.write : formatValue;

Formats a value of any type according to a format specifier and writes the result to an output range.

Structs

FormatSpec (from std.format.spec)
struct FormatSpec(Char) via public import std.format.spec : FormatSpec;

A general handler for format strings.

Meta