Low level access to break properties
val line : Stdlib.Uchar.t -> intline u is an integer that can be used with line_of_int.
line_max is the maximal value returned by line.
val line_of_int : line arrayline_of_int.(i) is the line break property value corresponding to i.
val grapheme_cluster : Stdlib.Uchar.t -> intgrapheme_cluster u is an integer that can be used with grapheme_cluster_of_int.
grapheme_cluster_max is the maximal value returned by grapheme_cluster.
val grapheme_cluster_of_int : grapheme_cluster arraygrapheme_cluster_of_int.(i) is the grapheme cluster break property value corresponding to i.
val word : Stdlib.Uchar.t -> intword u is an integer that can be used with word_of_int.
word_max is the maximal value returned by word.
val word_of_int : word arrayword_of_int.(i) is the word break property value corresponding to i.
val sentence : Stdlib.Uchar.t -> intsentence u is an integer that can be used with sentence_of_int.
sentence_max is the maximal value returned by sentence.
val sentence_of_int : sentence arraysentence_of_int.(i) is the sentence break property value corresponding to i.