You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
throwValidationError("The array argument must not be empty and contain an even number of elements (alternance of keys and values)")
46
+
throwValidationError("The array argument must \(!allowEmpty ?"not be empty and ":"")contain an even number of elements (alternance of keys and values)")
47
47
}
48
48
returnDictionary(zip(keys, values), uniquingKeysWith:{ _, new in new })
0 commit comments