package virtual_dom

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

Module Virtual_dom.Js_mapSource

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map

Sourcetype ('a, 'b) t
Sourceval create : unit -> ('a, 'b) t
Sourceval set : ('a, 'b) t -> 'a -> 'b -> unit
Sourceval get : ('a, 'b) t -> 'a -> 'b option
Sourceval delete : ('a, 'b) t -> 'a -> unit