package stk

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module type Misc.IdSource

type t
val gen : unit -> t
val compare : t -> t -> int
val to_string : t -> string
val pp : Format.formatter -> t -> unit
val equal : t -> t -> bool
val to_int : t -> int
val of_int : int -> t
module Map : Map.S with type key = t
module Set : Set.S with type elt = t
val wrapper : t Ocf.wrapper