use crate::*;
/// Special case of cyclic order with a closed, zero lower bound.
///
/// Equivalent to [CyclicOrdDyn] with the lower bound set to
/// [ZeroDyn::zero_d] plus a check against it. The default implementation can be
/// overridden for efficiency.
/// Equivalent to [CyclicOrdZeroDyn].