polydat 0.2.0

Polydat โ€” a variates construction engine
Documentation
1
2
3
4
5
6
7
8
9
10
// Copyright 2024-2026 Jonathan Shook
// SPDX-License-Identifier: Apache-2.0

//! `Antidiagonal` strategy โ€” spec ยง3.6.
//!
//! Index-sum-descending walk. Defined in `diagonal.rs` as
//! [`crate::iteration::comprehension::strategies::diagonal::Antidiagonal`].
//! This stub re-exports for module-naming consistency.

pub use super::diagonal::Antidiagonal;