significantBytes

Return the number of significant bytes in n

size_t
significantBytes
(
T
)
(
T n
)
if (
!isPointer!T
)

Parameters

n T

an integer value

Return Value

Type: size_t

number of significant bytes in n

Meta