pub open spec fn base_upper_bound_excl<B: Base>(len: nat) -> int
{ pow(B::base() as int, len) }
The exclusive upper bound on values that can be stored with len digits in base B::base().
len
B::base()