Element-wise population count (number of set bits).
Arguments
- x
(
arrayish)
One input. Can be any integer data type. An R value materializes at its default data type.
Value
(arrayish)
Has the input's shape and data type.
See also
prim_popcnt() for the underlying primitive.