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
What we often need is invoking some method or delegate for each map element. We don't need a separate data structure for this - we may just pass the delegate to the iteration method. The cast of delegate creation usually is much smaller than support for IEnumerable/IEnumerator implementation.
The text was updated successfully, but these errors were encountered:
dadhi
changed the title
ImMap and ImHashMap should provide enumeration with IEnumerable
ImMap and ImHashMap should provide enumeration without IEnumerable
Nov 13, 2019
What we often need is invoking some method or delegate for each map element. We don't need a separate data structure for this - we may just pass the delegate to the iteration method. The cast of delegate creation usually is much smaller than support for
IEnumerable/IEnumerator
implementation.The text was updated successfully, but these errors were encountered: