package binsec

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include Size
type t = private Natural.t
val create : int -> t
val of_string : string -> t
val of_int32 : int32 -> t
val to_int : t -> int
val eq : t -> t -> bool
val pp : Format.formatter -> t -> unit
val pp_hex : Format.formatter -> t -> unit
val add : t -> t -> t
val sub : t -> t -> t
val div : t -> t -> t
val mul : t -> t -> t
val pred : t -> t
val is_zero : t -> bool
val bits1 : t
val bits8 : t
val bits16 : t
val bits32 : t
val bits64 : t
val bits128 : t