package core_kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Parameters

Signature

include sig ... end
include Comparable.S with type t := Tuple.Make(S1)(S2).t
include Base.Comparable_intf.S with type t := Tuple.Make(S1)(S2).t
val ascending : Tuple.Make(S1)(S2).t -> Tuple.Make(S1)(S2).t -> int

ascending is identical to compare. descending x y = ascending y x. These are intended to be mnemonic when used like List.sort ~cmp:ascending and List.sort ~cmp:descending, since they cause the list to be sorted in ascending or descending order, respectively.

val descending : Tuple.Make(S1)(S2).t -> Tuple.Make(S1)(S2).t -> int

clamp_exn t ~min ~max returns t', the closest value to t such that between t' ~low:min ~high:max is true.

Raises if not (min <= max).

include Base.Comparator.S with type t := Tuple.Make(S1)(S2).t
type comparator_witness
OCaml

Innovation. Community. Security.