sig
type elt
type t
val create : unit -> Index.Set.t
val size : Index.Set.t -> int
val is_empty : Index.Set.t -> bool
val mem : Index.Set.t -> Index.Set.elt -> bool
val add : Index.Set.t -> Index.Set.elt -> unit
val remove : Index.Set.t -> Index.Set.elt -> unit
val clear : Index.Set.t -> unit
val iter : (Index.Set.elt -> unit) -> Index.Set.t -> unit
val iter_const : ('a -> Index.Set.elt -> unit) -> 'a -> Index.Set.t -> unit
val fold : ('a -> Index.Set.elt -> 'a) -> 'a -> Index.Set.t -> 'a
val fold_const :
('a -> 'b -> Index.Set.elt -> 'b) -> 'a -> 'b -> Index.Set.t -> 'b
end
Hosted by the
* web site.
*Other names and brands may be claimed as the property
of others.