pow10

mixin template to create a constant at the type precision, with an option to create an arbitrary precision constant.

version(unittest)
U
pow10
(
U
)
(
int n
)
if (
is(U!BigInt) ||
is(U!long)
)

Meta