Number of Hangul syllables
Instances For
Starting code point for Hangul syllables
Equations
Instances For
Stopping code point for Hangul syllables
Equations
- Unicode.Hangul.Syllable.last = { toBitVec := { toFin := ⟨44032 + Unicode.Hangul.Syllable.size - 1, Unicode.Hangul.Syllable.last.proof_1⟩ } }
Instances For
Hangul syllable type
- toL : Fin Unicode.Hangul.sizeL✝
L part of syllable
- toV : Fin Unicode.Hangul.sizeV✝
V part of syllable
- toT : Fin Unicode.Hangul.sizeT✝
T part of syllable (0 means none)
Instances For
Equations
- Unicode.Hangul.instReprSyllable = { reprPrec := Unicode.Hangul.reprSyllable✝ }
Equations
- One or more equations did not get rendered due to their size.
LV part of syllable
Equations
- { toL := ⟨l, hl⟩, toV := ⟨v, hv⟩, toT := toT }.toLV = ⟨l * Unicode.Hangul.sizeV✝ + v, ⋯⟩
Instances For
@[inline]
Get short name for Hangul syllable
Equations
Instances For
Get L part character for syllable
Equations
- s.getLChar = Char.ofNat (Unicode.Hangul.baseL✝.toNat + ↑s.toL)
Instances For
Get V part character for syllable
Equations
- s.getVChar = Char.ofNat (Unicode.Hangul.baseV✝.toNat + ↑s.toV)
Instances For
Get LV part character for syllable
Equations
Instances For
Get Hangul syllable from code point
Equations
- One or more equations did not get rendered due to their size.
Instances For
Get Hangul syllable from code point
Equations
- One or more equations did not get rendered due to their size.