package typerep_extended

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

Parameters

module Key : sig ... end

Signature

type 'a t
val of_alist : (Key.t * 'a) list -> 'a t
val of_array : f:('a -> Key.t) -> 'a array -> 'a t
val of_array_map : f:('a -> Key.t * 'b) -> 'a array -> 'b t
val init : int -> f:(int -> Key.t * 'a) -> 'a t
val find : 'a t -> Key.t -> 'a option