Frama-C API - Obj_tbl
Heterogeneous table for the keys, but polymorphic for the values.
val create : unit -> 'a tval add : 'a t -> 'b ty -> 'b -> 'a -> unitval find : 'a t -> 'b ty -> 'b -> 'aval mem : 'a t -> 'b ty -> 'b -> boolval iter : 'b t -> ('a ty -> 'a -> 'b -> unit) -> unit