package core_kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include Base.Comparisons.Infix with type t := Int63.t
val (>=) : Int63.t -> Int63.t -> bool
val (<=) : Int63.t -> Int63.t -> bool
val (=) : Int63.t -> Int63.t -> bool
val (>) : Int63.t -> Int63.t -> bool
val (<) : Int63.t -> Int63.t -> bool
val (<>) : Int63.t -> Int63.t -> bool
val equal : Int63.t -> Int63.t -> bool
val compare : Int63.t -> Int63.t -> int

compare t1 t2 returns 0 if t1 is equal to t2, a negative integer if t1 is less than t2, and a positive integer if t1 is greater than t2.

val min : Int63.t -> Int63.t -> Int63.t
val max : Int63.t -> Int63.t -> Int63.t
OCaml

Innovation. Community. Security.