package goblint

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

Operations on Hashtbl without exceptions.

@documents Hashtbl.S.Exceptionless

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