package confero

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

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

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