Int_repr.Make_get
module F : sig ... end
include Int_repr.Get with type t := F.t
val get_int8 : F.t @ local -> pos:int -> Int_repr.int8
val get_uint8 : F.t @ local -> pos:int -> Int_repr.uint8
val get_int16_le : F.t @ local -> pos:int -> Int_repr.int16
val get_int16_be : F.t @ local -> pos:int -> Int_repr.int16
val get_uint16_le : F.t @ local -> pos:int -> Int_repr.uint16
val get_uint16_be : F.t @ local -> pos:int -> Int_repr.uint16
val get_int32_le : F.t @ local -> pos:int -> Int_repr.int32
val get_int32_be : F.t @ local -> pos:int -> Int_repr.int32
val get_uint32_le : F.t @ local -> pos:int -> Int_repr.uint32
val get_uint32_be : F.t @ local -> pos:int -> Int_repr.uint32
val get_int64_le : F.t @ local -> pos:int -> Int_repr.int64
val get_int64_be : F.t @ local -> pos:int -> Int_repr.int64
val get_uint64_le : F.t @ local -> pos:int -> Int_repr.uint64
val get_uint64_be : F.t @ local -> pos:int -> Int_repr.uint64
module Local : sig ... end