camomile
A Unicode library
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package camomile
-
camomileDefaultConfig
-
camomileLibrary
-
-
camomileLibraryDefault
-
-
camomileLibraryDyn
-
camomile_yuge
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library camomileLibrary
Parameters
module Text : UnicodeString.Type
Signature
val length : t -> int
module Buf : sig ... end
type ur_text = Text.t
The type of original texts.
type ur_index = Text.index
The type of indexes of original texts.
refer t i j
returns the part of t
from i
until j
. The character pointed by j
is not included in the result. If j
is equal to i
or located before j
, the result is an empty string.
context t
returns the tuple (s, i, j)
such that t = refer s i j
.
ON THIS PAGE
No table of contents