RecencyMap.Make
Note that the derived compare
and equal
functions are sensitive to the underlying implementation and in particular won't equate some objects that denote the same map.
include Ppx_compare_lib.Comparable.S with type t := t
val compare : t Base__Ppx_compare_lib.compare
include Ppx_compare_lib.Equal.S with type t := t
val equal : t Base__Ppx_compare_lib.equal
type key = Key.t
type value = Value.t
val pp : F.formatter -> t -> unit
val empty : t
val is_empty : t -> bool