global: vec iter part 2

This commit is contained in:
nym21
2025-04-28 18:30:11 +02:00
parent 15e6ef8488
commit f9257ed04d
17 changed files with 426 additions and 505 deletions
-1
View File
@@ -36,7 +36,6 @@ pub fn main() -> color_eyre::Result<()> {
// for_each(|t| {
// dbg!(t);
// });
// .skip(0)
// .try_for_each(|(height, timestamp)| -> Result<()> {
// let interval = height.decremented().map_or(Timestamp::ZERO, |prev_h| {
// dbg!((height, prev_h));