package core_kernel

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

-1 means "less than", 0 means "equal", 1 means "greater than", and other values should not be returned

val min : int64 -> int64 -> int64
val max : int64 -> int64 -> int64
OCaml

Innovation. Community. Security.