//! `const_num_traits::Parity` for `HeaplessBigInt`.
//!
//! Parity is a single-bit inspection of the lowest limb — no full-value
//! scan. For `len == 0` (mathematical zero shape) the answer is
//! deterministically even.
use HeaplessBigInt;
use crateMachineWord;
use ;