Class IntCollections.table_t

constraint 'a = < toPretty : CHPretty.pretty_t.. >
val mutable count : int
val mutable table : 'a ObjectMap.t
method clone : 'b
method fold : ('c -> ObjectMap.key -> 'a -> 'c) -> 'c -> 'c
method get : ObjectMap.key -> 'a option
method has : ObjectMap.key -> bool
method iter : (ObjectMap.key -> 'a -> unit) -> unit
method keys : set_t
method listOfKeys : ObjectSet.elt list
method listOfPairs : (ObjectMap.key * 'a) list
method listOfValues : 'a list
method map : ('a -> 'a) -> 'b
method mapi : (ObjectMap.key -> 'a -> 'a) -> 'b
method private mkNew : 'b
method remove : ObjectMap.key -> unit
method removeList : ObjectMap.key list -> unit
method set : ObjectMap.key -> 'a -> unit
method setOfKeys : set_t
method size : int
method toPretty : CHPretty.pretty_t