Ocaml_intrinsics_kernelmodule Common : sig ... endmodule Conditional : sig ... endmodule Float : sig ... endmodule Int : sig ... endThe 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 ... endmodule Int64 : sig ... endmodule Naive_ints : sig ... endmodule Nativeint : sig ... end