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.
2 parents 1dd6297 + b692a2f commit 79e3baaCopy full SHA for 79e3baa
KakaJSON/Convert/Values.swift
@@ -11,7 +11,7 @@ import Foundation
11
import CoreGraphics
12
#endif
13
14
-public struct Values {
+public enum Values {
15
static func value(_ val: Any?,
16
_ type: Any.Type,
17
_ defaultValue: @autoclosure () -> Any? = nil) -> Any? {
0 commit comments