package base

  1. Overview
  2. Docs
Full standard library replacement for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

v0.15.1.tar.gz
sha256=755e303171ea267e3ba5af7aa8ea27537f3394d97c77d340b10f806d6ef61a14

doc/base/Base/Word_size/index.html

Module Base.Word_sizeSource

For determining the word size that the program is using.

Sourcetype t =
  1. | W32
  2. | W64
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval num_bits : t -> int
Sourceval word_size : t

Returns the word size of this program, not necessarily of the OS.

OCaml

Innovation. Community. Security.