Module Naive_ints.Make

Parameters

module I : Intlike

Signature

val count_leading_zeros : I.t -> int

See documentation of Int.

val count_set_bits : I.t -> int
val count_trailing_zeros : I.t -> int