pub type CandidateBitfield = Bitfield<CandidateIndex>;
Expand description

A read-only, non-zero bitfield. Each 1 bit identifies a candidate by the bitfield bit index.

Aliased Type§

struct CandidateBitfield(/* private fields */);