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

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

OCaml

Innovation. Community. Security.