Make.Table
Same as a hash table, but optimized for the case where we are using one entry for every possible t
t
type 'a t
val create : default_value:'a -> 'a t
val get : 'a t -> t -> 'a
val set : 'a t -> key:t -> data:'a -> unit