Skip to content

Commit

Permalink
External highest bit
Browse files Browse the repository at this point in the history
  • Loading branch information
dlesbre committed May 22, 2024
1 parent 87359e5 commit a04d325
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion patriciaTree.mli
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ type mask = private int

(**/**)

val highest_bit : int -> int
external highest_bit: int -> (int[@untagged]) =
"caml_int_builtin_highest_bit_byte" "caml_int_builtin_highest_bit" [@@noalloc]
(** [highest_bit x] is an integer with a single bit set: the highest set bit of [x].
exported for test purposes only.
Expand Down

0 comments on commit a04d325

Please sign in to comment.