package hashset

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

Module Hashset.MakeSource

Parameters

module H : HashedType

Signature

Sourcetype elt = H.t
Sourcetype t
Sourceval create : int -> t
Sourceval clear : t -> unit
Sourceval copy : t -> t
Sourceval add : t -> elt -> unit
Sourceval remove : t -> elt -> unit
Sourceval mem : t -> elt -> bool
Sourceval cardinal : t -> int
Sourceval iter : (elt -> unit) -> t -> unit
Sourceval fold : (elt -> 'a -> 'a) -> t -> 'a -> 'a
OCaml

Innovation. Community. Security.