package int_repr

  1. Overview
  2. Docs

Module Bytes.LocalSource

64-bit signed values

Sourceval get_int64_le : Bytes.t -> pos:int -> int64
Sourceval get_int64_be : Bytes.t -> pos:int -> int64

64-bit unsigned values

Sourceval get_uint64_le : Bytes.t -> pos:int -> uint64
Sourceval get_uint64_be : Bytes.t -> pos:int -> uint64
OCaml

Innovation. Community. Security.