pub type LearnSet = HashMap<String, HashSet<MoveSource>>;
A species learnset, which maps move names to how they are learned.
pub struct LearnSet { /* private fields */ }