unicode_data

moon add myfreess/unicode_data@0.1.1
Download zip
Author
Version
0.1.1
License
MIT
Last updated
9 months ago
Downloads
18
README

#Unicode Properties

#UPDATE

# update unicode property predicates and tests cargo run -- generated/unicode_data.mbt generated/unicode_data_test.mbt # update printable python3 src/printable.py > generated/printable.mbt

#
is_alphabetic

fn is_alphabetic(c : Char) -> Bool

#
is_case_ignorable

fn is_case_ignorable(c : Char) -> Bool

#
is_cased

fn is_cased(c : Char) -> Bool

#
is_cc

fn is_cc(c : Char) -> Bool

#
is_grapheme_extend

fn is_grapheme_extend(c : Char) -> Bool

#
is_lowercase

fn is_lowercase(c : Char) -> Bool

#
is_n

fn is_n(c : Char) -> Bool

#
is_printable

fn is_printable(x : Char) -> Bool

#
is_uppercase

fn is_uppercase(c : Char) -> Bool

#
is_white_space

fn is_white_space(c : Char) -> Bool

#
to_lower

fn to_lower(c : Char) -> (Char, Char, Char)

#
to_upper

fn to_upper(c : Char) -> (Char, Char, Char)

#
unicode_version

let unicode_version : (Byte, Byte, Byte)

Powered by MoonBit

Site sourceReport issuePackagesBuild queueSkillsStatistics

© 2026 mooncakes.io