package ocgtk

  1. Overview
  2. Docs
OCaml bindings for GTK 4

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.1-preview2.tar.gz
sha256=4e50fdb5093136a10fc8ffbe388e44cbcb70d52f8afdd48863ec7e22580ff054

doc/ocgtk.common/Bounded_int/index.html

Module Bounded_intSource

Convenience namespace re-exporting all bounded integer modules.

The individual modules (UInt8, Int8, UInt16, Int16, UInt32, Int32, UInt64) are also available as direct top-level modules within the ocgtk.common library. This module lets callers write Bounded_int.UInt16 when an explicit namespace is preferred.

Sourcemodule UInt8 = UInt8
Sourcemodule Int8 = Int8
Sourcemodule UInt16 = UInt16
Sourcemodule Int16 = Int16
Sourcemodule UInt32 = UInt32
Sourcemodule Int32 = Int32
Sourcemodule UInt64 = UInt64