package grenier

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

Module Physh.MapSource

Sourcetype ('a, 'b) t
Sourceval create : unit -> ('a, 'b) t
Sourceval length : ('a, 'b) t -> int
Sourceval find : ('a, 'b) t -> 'a -> 'b
Sourceval add : ('a, 'b) t -> 'a -> 'b -> unit