Module Belt_internalSetInt

type value = int
module A = Belt_Array
type t = value N.t
val has : t -> value -> bool
val compareAux : value N.node list -> value N.node list -> int
val cmp : value N.t -> value N.t -> int
val eq : t -> value N.t -> bool
val subset : t -> t -> bool
val get : t -> value -> value option
val getUndefined : t -> value -> value Js_undefined.t
val getExn : t -> value -> value
val addMutate : value N.t -> value -> value N.t
val fromArray : value array -> value N.t