quorum_from_slice

Function quorum_from_slice 

Source
pub fn quorum_from_slice<T>(slice: &[T]) -> u32
Expand description

Compute the quorum size for a given slice.

ยงPanics

Panics if the slice length is greater than u32::MAX.