# 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
fn is_alphabetic(c : Char) -> Bool
fn is_case_ignorable(c : Char) -> Bool
fn is_cased(c : Char) -> Bool
fn is_cc(c : Char) -> Bool
fn is_grapheme_extend(c : Char) -> Bool
fn is_lowercase(c : Char) -> Bool
fn is_n(c : Char) -> Bool
fn is_printable(x : Char) -> Bool
fn is_uppercase(c : Char) -> Bool
fn is_white_space(c : Char) -> Bool
fn to_lower(c : Char) -> (Char, Char, Char)
fn to_upper(c : Char) -> (Char, Char, Char)
let unicode_version : (Byte, Byte, Byte)
Install
Powered by MoonBit
© 2026 mooncakes.io