package grenier

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ('a, 'b) t
val create : unit -> ('a, 'b) t
val length : ('a, 'b) t -> int
val find : ('a, 'b) t -> 'a -> 'b
val add : ('a, 'b) t -> 'a -> 'b -> unit