package confero

  1. Overview
  2. Docs

Module Confero.Sort_keySource

A compact representations of a collation elements as private strings whose lexicographic byte order represent the collation order.

Sourcetype t = private string
Sourceval equal : t -> t -> bool
Sourceval compare : t -> t -> int
Sourceval pp : Format.formatter -> t -> unit
Sourceval of_collation_elements : Collation_element.t Seq.t -> t
Sourceval of_uchar_seq : mapping:Collation_mapping.t -> Uchar.t Seq.t -> t
Sourceval of_string : ?encoding:Uutf.encoding -> mapping:Collation_mapping.t -> string -> t
OCaml

Innovation. Community. Security.