getPow10

Undocumented in source. Be warned that the author may not have intended to support it.

package @safe pure nothrow @nogc
int
getPow10
(
T
)
(
auto const ref T x
)
if (
isUnsigned!T ||
is(T : uint128)
||
is(T : uint256)
)

Meta