package fast_bitvector

  1. Overview
  2. Docs

Module Fast_bitvector.AllocateSource

Sourcemodule Unsafe : Ops with type with_result := t
include Ops with type with_result := t
Sourceval set : t -> int -> unit
Sourceval clear : t -> int -> unit
Sourceval set_to : t -> int -> bool -> unit
Sourceval get : t -> int -> bool
Sourceval equal : t -> t -> bool

Compare two bitvectors for equality.

Sourceval equal_modulo : modulo:t -> t -> t -> bool

Test whether two bitvectors are equal in the positions set in modulo

Sourceval not : t -> t
Sourceval and_ : t -> t -> t
Sourceval nand : t -> t -> t
Sourceval or_ : t -> t -> t
Sourceval nor : t -> t -> t
Sourceval xor : t -> t -> t
Sourceval xnor : t -> t -> t
Sourcemodule Set : sig ... end
OCaml

Innovation. Community. Security.