pub type ChordedRef = Ref;
Type aliases for convenience.
pub enum ChordedRef { Chorded(u8), Auxiliary(u8), }
Ref for Key.
Ref for AuxiliaryKey.