|
|
@@ -13,7 +13,7 @@
|
|
|
* See the License for the specific language governing permissions and
|
|
|
* limitations under the License.
|
|
|
*/
|
|
|
-@available(macOS 12, iOS 15, tvOS 15, watchOS 8, *)
|
|
|
+@available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
|
|
|
extension AsyncSequence {
|
|
|
internal func collect() async throws -> [Element] {
|
|
|
return try await self.reduce(into: []) { accumulated, next in
|