pub type Supports<A> = Vec<(A, Support<A>), Global>;
Expand description

A target-major representation of the the election outcome.

Essentially a flat variant of SupportMap.

The main advantage of this is that it is encodable.