Skip to main content

NUM_HOPS

Constant NUM_HOPS 

Source
const NUM_HOPS: usize = 3;
Expand description

The “usual” number of hops in a CircHopList.

This saves us a heap allocation when the number of hops is less than or equal to this value.