hanguleam/types
Types
pub type BatchimInfo {
BatchimInfo(
character: String,
batchim_type: BatchimType,
batchim: String,
components: List(String),
)
}
Constructors
-
BatchimInfo( character: String, batchim_type: BatchimType, batchim: String, components: List(String), )
pub type BatchimType {
NoBatchim
Single
Double
}
Constructors
-
NoBatchim -
Single -
Double
pub type CharacterType {
NonHangul
Empty
CompleteHangul(syllable: HangulSyllable)
IncompleteHangul(char: Jamo)
}
Constructors
-
NonHangul -
Empty -
CompleteHangul(syllable: HangulSyllable) -
IncompleteHangul(char: Jamo)
pub type Jamo {
Consonant(String)
Vowel(String)
}
Constructors
-
Consonant(String) -
Vowel(String)