We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ccc0c5 commit f226275Copy full SHA for f226275
tests/test_edge_difference_iteration.rs
@@ -56,6 +56,8 @@ fn make_treeseq() -> tskit::TreeSequence {
56
.unwrap()
57
}
58
59
+// A fundamental property of iterators is that their Items
60
+// are collectible into objects that are valid to use later.
61
#[test]
62
fn test_collect_edge_diff_iterators() {
63
let ts = make_treeseq();
0 commit comments