package core

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

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

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

Innovation. Community. Security.