lowBit

Return the index of the lowest set bit T is an uinteger type

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

Parameters

n T

an integer value

Return Value

Type: size_t

index of the lowest set bit in n

Meta