Module Base.PopcountSource

This module exposes popcount functions (which count the number of ones in a bitstring) for the various integer types.

Functions are exposed in their respective modules.

Sourceval int_popcount : int -> int
Sourceval int32_popcount : int32 -> int
Sourceval int64_popcount : int64 -> int
Sourceval nativeint_popcount : nativeint -> int