package base

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

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.