Update file.rs

This commit is contained in:
Cutieguwu
2025-04-26 16:13:12 -04:00
parent c65d60ffee
commit 673078d6be

View File

@@ -28,7 +28,8 @@ impl LogFile {
// .into_iter();
//
// I just write iterators more naturally for some reason
// despite them being less readable afterward.
// despite them being less readable afterward. I came from
// loving python's list comprehensions.
// I suppose I like the lack of nesting.
//
// I have no clue if the iterator is actually more efficient.