Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
include Int_repr.Get with type t := t
val get_int8 : t -> pos:int -> Int_repr.int8
val get_uint8 : t -> pos:int -> Int_repr.uint8
val get_int16_le : t -> pos:int -> Int_repr.int16
val get_int16_be : t -> pos:int -> Int_repr.int16
val get_uint16_le : t -> pos:int -> Int_repr.uint16
val get_uint16_be : t -> pos:int -> Int_repr.uint16
val get_int32_le : t -> pos:int -> Int_repr.int32
val get_int32_be : t -> pos:int -> Int_repr.int32
val get_uint32_le : t -> pos:int -> Int_repr.uint32
val get_uint32_be : t -> pos:int -> Int_repr.uint32
val get_int64_le : t -> pos:int -> Int_repr.int64
val get_int64_be : t -> pos:int -> Int_repr.int64
val get_uint64_le : t -> pos:int -> Int_repr.uint64
val get_uint64_be : t -> pos:int -> Int_repr.uint64
module Local : sig ... end
include Int_repr.Set with type t := t
val set_int8 : t -> pos:int -> Int_repr.int8 -> unit
val set_uint8 : t -> pos:int -> Int_repr.uint8 -> unit
val set_int16_le : t -> pos:int -> Int_repr.int16 -> unit
val set_int16_be : t -> pos:int -> Int_repr.int16 -> unit
val set_uint16_le : t -> pos:int -> Int_repr.uint16 -> unit
val set_uint16_be : t -> pos:int -> Int_repr.uint16 -> unit
val set_int32_le : t -> pos:int -> Int_repr.int32 -> unit
val set_int32_be : t -> pos:int -> Int_repr.int32 -> unit
val set_uint32_le : t -> pos:int -> Int_repr.uint32 -> unit
val set_uint32_be : t -> pos:int -> Int_repr.uint32 -> unit
val set_int64_le : t -> pos:int -> Int_repr.int64 -> unit
val set_int64_be : t -> pos:int -> Int_repr.int64 -> unit
val set_uint64_le : t -> pos:int -> Int_repr.uint64 -> unit
val set_uint64_be : t -> pos:int -> Int_repr.uint64 -> unit
module Unsafe : sig ... end