Ocaml_intrinsics_kernel
module Common : sig ... end
module Conditional : sig ... end
module Float : sig ... end
module Int : sig ... end
The are two versions of count_leading_zeros
and count_set_bits
. They have the same types, but their native code implementations differ.
module Int32 : sig ... end
module Int64 : sig ... end
module Naive_ints : sig ... end
module Nativeint : sig ... end