[Issue 2872] Length, opIndex for Map

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Oct 27 21:00:12 PDT 2009


http://d.puremagic.com/issues/show_bug.cgi?id=2872


David Simcha <dsimcha at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch


--- Comment #3 from David Simcha <dsimcha at yahoo.com> 2009-10-27 21:00:10 PDT ---
Here's a revised map that supports bidirectional ranges, slicing, length and
random access if the underlying range supports these.  

You may want to note in the docs, however, that random access indexing isn't
cached and therefore should only be used frequently if fun is cheap.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list