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
)

Public Imports

std.format
public import std.format : FormatSpec, formatValue;

Meta

Suggestion Box / Bug Report