make Map.create take Brr.El

This commit is contained in:
Swrup 2022-05-19 16:16:37 +02:00
parent 0370fb97a2
commit 68ee03bead
4 changed files with 12 additions and 6 deletions

View file

@ -2,7 +2,7 @@
type t
val create : ?options:Jv.t -> string -> t
val create : ?options:Jv.t -> Brr.El.t -> t
val invalidate_size : t -> unit