package camomile
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  A Unicode library
Install
    
    dune-project
 Dependency
    
    
    
    github.com
    
    
    
    
    Readme
    
    
    
    
    Changelog
    
    
    
    
    LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception License
    
    
    
    Edit opam file
    
    
    Versions (6)
Authors
Maintainers
Sources
  
    
      camomile-1.0.1.tbz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=c23b0a39cb36fd130168d3eba7cb4a91fbd35982b6cb2320ce5b06f271965a07
    
    
  md5=82e016653431353a07f22c259adc6e05
    
    
  doc/camomile.library/CamomileLibrary/UCol/Make/index.html
Module UCol.Make
Parameters
module Config : ConfigInt.Typemodule Text : UnicodeString.TypeSignature
type text = Text.ttype index = Text.indexval compare : 
  ?locale:string ->
  ?prec:precision ->
  ?variable:variable_option ->
  text ->
  text ->
  intFor locale, see Locale. If locale is omitted, the standard UCA order is used. If prec is omitted, the maximum possible strength is used. If variable is omitted, the default of the locale (usually `Shifted) is used. The meaning of the returned value is similar to Pervasives.compare
val sort_key : 
  ?locale:string ->
  ?prec:precision ->
  ?variable:variable_option ->
  text ->
  stringBinary comparison of sort_key gives the same result as compare. i.e. compare t1 t2 = Pervasives.compare (sort_key t1) (sort_key t2) If the same texts are repeatedly compared, pre-computation of sort_key gives better performance.
val compare_with_key : 
  ?locale:string ->
  ?prec:precision ->
  ?variable:variable_option ->
  string ->
  text ->
  intComparison with the sort key.
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page