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 := nativeint
val (>=) : nativeint -> nativeint -> bool
val (<=) : nativeint -> nativeint -> bool
val (=) : nativeint -> nativeint -> bool
val (>) : nativeint -> nativeint -> bool
val (<) : nativeint -> nativeint -> bool
val (<>) : nativeint -> nativeint -> bool
val equal : nativeint -> nativeint -> bool
val compare : nativeint -> nativeint -> int

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

val min : nativeint -> nativeint -> nativeint
val max : nativeint -> nativeint -> nativeint
OCaml

Innovation. Community. Security.