Module BatHashtbl.Exceptionless

module Exceptionless: sig .. end

Operations on Hashtbl without exceptions.


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