package lsp

  1. Overview
  2. Docs

doc/lsp.stdune/Stdune/Interned/Make/Table/index.html

Module Make.TableSource

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

Sourcetype 'a t
Sourceval create : default_value:'a -> 'a t
Sourceval get : 'a t -> t -> 'a
Sourceval set : 'a t -> key:t -> data:'a -> unit
OCaml

Innovation. Community. Security.