precious/derived
Types
pub type Category {
PValid(PValidReason)
ContextO
ContextJ
Disallowed(DisallowedReason)
Unassigned
FreePVal(FreePValReason)
}
Constructors
-
PValid(PValidReason) -
ContextO -
ContextJ -
Disallowed(DisallowedReason) -
Unassigned -
FreePVal(FreePValReason)
pub type DisallowedReason {
PrecisIgnorableProperties
Controls
Other
OldHangulJamo
DisallowedExceptions
}
Constructors
-
PrecisIgnorableProperties -
Controls -
Other -
OldHangulJamo -
DisallowedExceptions
pub type FreePValReason {
HasCompat
OtherLetterDigits
Spaces
Symbols
Punctuation
}
Constructors
-
HasCompat -
OtherLetterDigits -
Spaces -
Symbols -
Punctuation
pub type PValidReason {
Ascii7
LetterDigits
PValidExceptions
}
Constructors
-
Ascii7 -
LetterDigits -
PValidExceptions
Values
pub fn derived_property(codepoint: Int) -> Category