package binsec

  1. Overview
  2. Docs

doc/binsec.base/Binsec_base/Size/Byte/index.html

Module Size.ByteSource

include Size
Sourcetype t = private Natural.t
Sourceval create : int -> t
Sourceval of_string : string -> t
Sourceval of_int32 : int32 -> t
Sourceval to_int : t -> int
Sourceval eq : t -> t -> bool
Sourceval pp : Format.formatter -> t -> unit
Sourceval pp_hex : Format.formatter -> t -> unit
Sourceval add : t -> t -> t
Sourceval sub : t -> t -> t
Sourceval div : t -> t -> t
Sourceval mul : t -> t -> t
Sourceval pred : t -> t
Sourceval is_zero : t -> bool
Sourceval to_bitsize : t -> Bit.t
Sourceval of_bitsize : Bit.t -> t
Sourceval unsafe_of_bits : int -> t
Sourceval one : t
Sourceval two : t
Sourceval four : t
Sourceval eight : t
Sourceval fifteen : t
Sourceval sixteen : t
Sourceval thirtytwo : t