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
Returns an individual object by key, where the key should match the result of
calling __hash on the contained objects. Unlike the default version, this
method operates with O(1) complexity.
function iter()
Returns an iterator that returns all contained object. The order of the objects
is not guaranteed.