Skip to content

Commit f835e37

Browse files
committed
Update belt_HashMapInt
1 parent dc95a16 commit f835e37

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

jscomp/others/belt_HashMapInt.mli

+4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
(** Specalized when key type is `int`, more efficient than the generic type *)
22

33
# 4 "others/hashmap.cppo.mli"
4+
5+
(** Type of the `Belt.HashMap.Int` key. *)
46
type key = int
57

68

79
# 10 "others/hashmap.cppo.mli"
10+
11+
(** Type of the `Belt.HashMap.Int` *)
812
type 'b t
913

1014

0 commit comments

Comments
 (0)