Module Exif.EndianSource

Sourcetype t =
  1. | Big
  2. | Little
Sourceval to_string : t -> string
Sourceval sys : t

Endian of the system. Based on Sys.big_endian