package pfff

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
inherit Oset.oset
val data : Seti.seti
method toseti : Seti.seti
method toset : 'd. 'd
method empty : 'b
method add : int -> 'b
method iter : (int -> unit) -> unit
method view : (int, 'b) Ocollection.view
method del : int -> 'b
method mem : int -> bool
method null : bool
method tolist : int list
method length : int
method union : 'b -> 'b
method inter : 'b -> 'b
method minus : 'b -> 'b
method invariant : unit -> unit
method to_string : unit -> string
method misc_op_hook : unit -> 'b