☰
D
dejadoc
PHOBOS
/
std.bigint
/
toDecimalString
🔍
☾
toDecimalString
fn
string toDecimalString(const(
BigInt
) x)
pure
nothrow
@safe
Parameters
x
The
BigInt
to convert to a decimal
string
.
Returns
A
string
that represents the
BigInt
as a decimal number.