pub type SupportMap<A> = BTreeMap<A, Support<A>>;
Linkage from a winner to their Support.
Support
This is more helpful than a normal Supports as it allows faster error checking.
Supports