We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
All
1 parent 79c0d91 commit 83eb34eCopy full SHA for 83eb34e
README.md
@@ -65,7 +65,7 @@ library chainable.
65
Iteration will terminate early if `false` is encountered. Empty iterators will return `true`.
66
67
```go
68
-it.All(slices.Values([]bool{true, false, true})) // true
+it.All(slices.Values([]bool{true, false, true})) // false
69
```
70
71
`Any` will return `true` if any value yielded by an iterator is `true`, or `false` otherwise.
0 commit comments