toBid

binary integer decimal form

U
toBid
(
D
U = ulong
)
(
const D num
)
if (
isDecimal!D &&
(
is(U == ulong) ||
is(U == uint)
)
)

Meta