package ocgtk

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

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