Module BatHashtbl.Exceptionless

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