kanji_dictionary library

Kanji Dictionary

Enums

Book
All the books listed in KANJIDIC except for oneill_names, moro and busy_people because they do not index it as simply the kanji index.
Language
Enum used for retrieving meanings.
Reading
Enum used for retrieving Readings.

Functions

defaultDifficultyGetter(Character c) int?
A getter for use in KanjiDictionary.sort to sort by difficulty using the index in Book.henshall3. This book gives the most beginner-friendly ordering of characters.

Typedefs

Getter = Comparable? Function(Character)
A function that returns a Comparable? from a Character, used in KanjiDictionary.sort.