package batteries

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

Operations on BatHashtbl.Cap without exceptions.

val find : ('a, 'b, [> `Read ]) t -> 'a -> 'b option
val modify : 'a -> ('b -> 'b) -> ('a, 'b, [> `Read ]) t -> (unit, exn) BatPervasives.result