You can search for identifiers within the package.
in-package search v0.2.0
include Get with type t := Bytes.t
val get_int8 : Bytes.t -> pos:int -> int8
val get_uint8 : Bytes.t -> pos:int -> uint8
val get_int16_le : Bytes.t -> pos:int -> int16
val get_int16_be : Bytes.t -> pos:int -> int16
val get_uint16_le : Bytes.t -> pos:int -> uint16
val get_uint16_be : Bytes.t -> pos:int -> uint16
val get_int32_le : Bytes.t -> pos:int -> int32
val get_int32_be : Bytes.t -> pos:int -> int32
val get_uint32_le : Bytes.t -> pos:int -> uint32
val get_uint32_be : Bytes.t -> pos:int -> uint32
val get_int64_le : Bytes.t -> pos:int -> int64
val get_int64_be : Bytes.t -> pos:int -> int64
val get_uint64_le : Bytes.t -> pos:int -> uint64
val get_uint64_be : Bytes.t -> pos:int -> uint64
include Set with type t := Bytes.t
val set_int8 : Bytes.t -> pos:int -> int8 -> unit
val set_uint8 : Bytes.t -> pos:int -> uint8 -> unit
val set_int16_le : Bytes.t -> pos:int -> int16 -> unit
val set_int16_be : Bytes.t -> pos:int -> int16 -> unit
val set_uint16_le : Bytes.t -> pos:int -> uint16 -> unit
val set_uint16_be : Bytes.t -> pos:int -> uint16 -> unit
val set_int32_le : Bytes.t -> pos:int -> int32 -> unit
val set_int32_be : Bytes.t -> pos:int -> int32 -> unit
val set_uint32_le : Bytes.t -> pos:int -> uint32 -> unit
val set_uint32_be : Bytes.t -> pos:int -> uint32 -> unit
val set_int64_le : Bytes.t -> pos:int -> int64 -> unit
val set_int64_be : Bytes.t -> pos:int -> int64 -> unit
val set_uint64_le : Bytes.t -> pos:int -> uint64 -> unit
val set_uint64_be : Bytes.t -> pos:int -> uint64 -> unit