Constant dapol::MIN_HEIGHT

source ·
pub const MIN_HEIGHT: Height;
Expand description

Minimum tree height supported: 2.

It does not make any sense to have a tree of size 1 and the code may actually break with this input so 2 is a reasonable minimum.