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
I noticed valueForKey is operating on objects rather than pairs, while valueForKeyPath is operating on pairs. Shouldn't valueForKey also return a value for the key from pairs? Is this an oversight?
The text was updated successfully, but these errors were encountered:
I noticed
valueForKey
is operating onobjects
rather thanpairs
, whilevalueForKeyPath
is operating onpairs
. Shouldn'tvalueForKey
also return a value for the key frompairs
? Is this an oversight?The text was updated successfully, but these errors were encountered: