package hardcaml_waveterm

  1. Overview
  2. Docs
A terminal based digital waveform viewer for Hardcaml

Install

Dune Dependency

Authors

Maintainers

Sources

hardcaml_waveterm-v0.13.0.tar.gz
sha256=b0eb68ea3d7fe58794bc72e5f304981a4607ff6580becf03cdef948993698c12
md5=1ab0d447fc79c059f3fcbde6ff2dcd7d

doc/hardcaml_waveterm/Hardcaml_waveterm/Data/index.html

Module Hardcaml_waveterm.Data

type t = {
  1. mutable data : Hardcaml.Bits.t Base.Array.t;
  2. mutable length : Base.Int.t;
}
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val compare : t -> t -> Base.Int.t
val create : Base.Unit.t -> t
val init : Base.Int.t -> (Base.Int.t -> Hardcaml.Bits.t) -> t
val length : t -> Base.Int.t
val get : t -> Base.Int.t -> Hardcaml.Bits.t
OCaml

Innovation. Community. Security.