1 parent 08bb1bb commit 9fcf11dCopy full SHA for 9fcf11d
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