package pfff

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
inherit Oset.oset
val data : ('a, bool) Hashtbl.t
method toset : 'd. 'd
method empty : 'f
method add : 'a -> 'f
method iter : ('a -> unit) -> unit
method view : ('a, 'f) Ocollection.view
method del : 'a -> 'f
method mem : 'a -> bool
method null : bool
method union : 'f -> 'f
method inter : 'f -> 'f
method minus : 'f -> 'f
method getone : 'a