We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99c7a84 commit 59504a3Copy full SHA for 59504a3
Sources/swiftui-loop-videoplayer/utils/SettingsBuilder.swift
@@ -18,7 +18,7 @@ public struct SettingsBuilder{
18
/// Build block
19
/// - Parameter values: Input values
20
/// - Returns: Array of settings
21
- public static func buildBlock(_ values: SettingsConvertible...) -> [Setting]{
+ public static func buildBlock(_ values: any SettingsConvertible...) -> [Setting]{
22
values.flatMap{ $0.asSettings() }
23
}
24
0 commit comments