package batteries

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

Operations on Hashtbl without exceptions.

@documents Hashtbl.Exceptionless

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