package gmap

  1. Overview
  2. Docs
On This Page
  1. Key
Legend:
Library
Module
Module type
Parameter
Class
Class type

Key.

Key

type _ t

The type of a key

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

compare k k' is the total order of keys.

val pp : Stdlib.Format.formatter -> 'a t -> 'a -> unit

pp k is the pretty-printer.