IntCollections.table_t constraint 'a = < toPretty : CHPretty.pretty_t.. >val mutable table : 'a ObjectMap.tmethod fold : ('c -> ObjectMap.key -> 'a -> 'c) -> 'c -> 'cmethod get : ObjectMap.key -> 'a optionmethod has : ObjectMap.key -> boolmethod iter : (ObjectMap.key -> 'a -> unit) -> unitmethod keys : set_tmethod listOfKeys : ObjectSet.elt listmethod listOfPairs : (ObjectMap.key * 'a) listmethod mapi : (ObjectMap.key -> 'a -> 'a) -> 'bmethod remove : ObjectMap.key -> unitmethod removeList : ObjectMap.key list -> unitmethod set : ObjectMap.key -> 'a -> unitmethod setOfKeys : set_tmethod toPretty : CHPretty.pretty_t