package kappa-library

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

Module Kappa_data_structures.IntCollectionSource

Imperative int set

Sourcetype t
Sourceval create : int -> t

create initial_guess_size

Sourceval is_empty : t -> bool
Sourceval size : t -> int
Sourceval mem : int -> t -> bool
Sourceval add : int -> t -> unit
Sourceval remove : int -> t -> unit
Sourceval random : Random.State.t -> t -> int option
Sourceval fold : (int -> 'a -> 'a) -> t -> 'a -> 'a
Sourceval print : Format.formatter -> t -> unit
OCaml

Innovation. Community. Security.