You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,8 +55,4 @@ for i in eat:
55
55
# 3
56
56
```
57
57
58
-
There are a lot more features to try out! Refer to the [Core API](./core.md) reference for more!
59
-
60
-
## Architecture
61
-
62
-
Instead of raising `StopIteration` (exception-like) when an iterator ends, `eaterate` uses value wrappers, specifically [`Option[T]`](./utilities.md#eaterate.Option).
58
+
There are a lot more features to try out! Refer to the [Docs](https://aweirddev.github.io/eaterate) for more!
0 commit comments