//! **DEFERRED** — min and max reductions with NaN note.
//!
//! Run: cargo run --example 24_min_max
//!
//! This example requires `min / max` which is defined in RFC-010 reductions and not yet
//! implemented. It will be completed when RFC-010 lands in a future milestone.
//!
//! Tracking: https://github.com/nabbisen/matten/issues (RFC-010)
fn main() {
println!("Example '24_min_max' is deferred pending RFC-010 (reductions / matmul).");
println!("Check back after the next milestone — or open a GitHub issue to prioritise it.");
}