package hashset

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

Module HashsetSource

Sourcetype 'a t
Sourceval create : int -> 'a t
Sourceval clear : 'a t -> unit
Sourceval add : 'a t -> 'a -> unit
Sourceval copy : 'a t -> 'a t
Sourceval mem : 'a t -> 'a -> bool
Sourceval remove : 'a t -> 'a -> unit
Sourceval cardinal : 'a t -> int
Sourceval iter : ('a -> unit) -> 'a t -> unit
Sourceval fold : ('a -> 'b -> 'b) -> 'a t -> 'b -> 'b
Sourcemodule type HashedType = sig ... end
Sourcemodule type S = sig ... end
Sourcemodule Make (H : HashedType) : S with type elt = H.t
OCaml

Innovation. Community. Security.