package camlimages

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

Module Exif.Endian

type t =
  1. | Big
  2. | Little
val to_string : t -> string
val sys : t

Endian of the system. Based on Sys.big_endian

OCaml

Innovation. Community. Security.