package pfff

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