package binsec

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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