BatHashtbl.Exceptionless
Operations on Hashtbl without exceptions.
Hashtbl
@documents Hashtbl.Exceptionless
val find : ('a, 'b) t -> 'a -> 'b option
val modify : 'a -> ('b -> 'b) -> ('a, 'b) t -> (unit, exn) BatPervasives.result