split_from and diag use iterators not vectors

This commit is contained in:
2025-02-10 15:38:16 -05:00
parent bd5cc2ea52
commit 13f5b29dac
5 changed files with 38 additions and 26 deletions

1
Cargo.lock generated
View File

@@ -152,6 +152,7 @@ dependencies = [
name = "othello"
version = "0.1.0"
dependencies = [
"either",
"num",
"rand",
"rayon",