package dmap

  1. Overview
  2. Docs
type _ t

The type of the map keys, indexed with the type of the value for such keys.

val compare : 'a t -> 'b t -> ('a, 'b) cmp