package js_of_ocaml-compiler

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

Module Stdlib.BitSetSource

Sourcetype t
Sourceval create : unit -> t
Sourceval create' : int -> t
Sourceval mem : t -> int -> bool
Sourceval set : t -> int -> unit
Sourceval unset : t -> int -> unit
Sourceval copy : t -> t
Sourceval iter : f:(int -> unit) -> t -> unit
Sourceval size : t -> int
Sourceval next_free : t -> int -> int
Sourceval next_mem : t -> int -> int
OCaml

Innovation. Community. Security.