[][src]Module hbbft::binary_agreement::bool_set

A single-byte representation of a set of boolean values.

Structs

BoolSet

A set of bool values, represented as a single byte in memory.

BoolSetIter

An iterator over a BoolSet.

Constants

BOTH

The set of both boolean values, false and true.

FALSE

The set containing only false.

NONE

The empty set of boolean values.

TRUE

The set containing only true.