Module Pulselib__PulseBaseMemory.Edges
type tNote that the derived
compareandequalfunctions are sensitive to the underlying implementation and in particular won't equate some objects that denote the same map.
type key= Access.ttype value= AddrTrace.t
val pp : IStdlib.RecencyMap.F.formatter -> t -> unitval empty : tval add : key -> value -> t -> tval bindings : t -> (key * value) listval exists : t -> f:((key * value) -> bool) -> boolval filter : t -> f:((key * value) -> bool) -> tval find_opt : key -> t -> value optionval fold : t -> init:'acc -> f:('acc -> (key * value) -> 'acc) -> 'accval fold_map : t -> init:'acc -> f:('acc -> value -> 'acc * value) -> 'acc * tval is_empty : t -> boolval map : t -> f:(value -> value) -> tval mem : t -> key -> boolval union_left_biased : t -> t -> t