package hardcaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val sexp_of_t : t -> Sexplib0.Sexp.t
include Ppx_compare_lib.Comparable.S with type t := t
val compare : t -> t -> int
include Ppx_compare_lib.Equal.S with type t := t
val equal : t -> t -> bool
val width : t -> Base.int
val length : t -> Base.int
val get : t -> Base.int -> Bits.t
val create : Base.int -> t
val init : Base.int -> width:Base.int -> f:(Base.int -> Bits.t) -> t
val set : t -> Base.int -> Bits.t -> Base.unit
val set_mutable_unsafe : t -> Base.int -> Bits.Mutable.t -> Base.unit
val set_from_bytes : Base.int -> t -> Base.int -> Base.Bytes.t -> Base.int -> Base.unit
val non_cache_hits : t -> Base.int
val get_digestible_string : t -> Base.Bytes.t * Base.int
OCaml

Innovation. Community. Security.