Module type Dgraph.Tbl

type 'a t
type key
type size
val get : 'a t -> key -> 'a
val set : 'a t -> key -> 'a -> unit
val make : size -> 'a -> 'a t