package uint
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module Uint8
type uint8 = tval zero : uint8val one : uint8val max_int : uint8val min_int : uint8val of_int : int -> uint8val to_int : uint8 -> intval of_float : float -> uint8val to_float : uint8 -> floatval of_int32 : int32 -> uint8val to_int32 : uint8 -> int32val of_string : string -> uint8val to_string : uint8 -> stringval to_string_bin : uint8 -> stringval to_string_oct : uint8 -> stringval to_string_hex : uint8 -> stringval bits_of_float : float -> uint8val float_of_bits : uint8 -> floatval printer : Format.formatter -> uint8 -> unitval printer_bin : Format.formatter -> uint8 -> unitval printer_oct : Format.formatter -> uint8 -> unitval printer_hex : Format.formatter -> uint8 -> unit