We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a22f7c2 commit 2f38944Copy full SHA for 2f38944
Sources/AsyncAlgorithms/AsyncAlgorithms.docc/Guides/Lazy.md
@@ -1,12 +1,10 @@
1
# AsyncSyncSequence
2
3
-v
+This operation is available for all `Sequence` types.
4
5
[[Source](https://github.com/apple/swift-async-algorithms/blob/main/Sources/AsyncAlgorithms/AsyncSyncSequence.swift) |
6
[Tests](https://github.com/apple/swift-async-algorithms/blob/main/Tests/AsyncAlgorithmsTests/TestLazy.swift)]
7
8
-This operation is available for all `Sequence` types.
9
-
10
```swift
11
let numbers = [1, 2, 3, 4].async
12
let characters = "abcde".async
0 commit comments