Constant MIN_LEN

pub(in ::collections::btree) const MIN_LEN: usize = 5usize;

Minimum number of elements in a node that is not a root. We might temporarily have fewer elements during methods.