package lsp

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

Same as a hash table, but optimized for the case where we are using one entry for every possible t

type 'a t
val create : default_value:'a -> 'a t
val get : 'a t -> t -> 'a
val set : 'a t -> key:t -> data:'a -> unit