package binsec

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include Sigs.Collection with type t = Int64.t
include Sigs.COMPARABLE with type t = Int64.t
type t = Int64.t
val compare : t -> t -> int
module Map : sig ... end
module Set : sig ... end
module Hamt : Hashamt.S with type key = t
module Htbl : sig ... end
val max : t -> t -> t
val is_int_int64 : t -> bool

is_int_int64 n returns true if the value of n is also representable as an OCaml int on your machine