[Issue 8839] MmFile do not use Range

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Oct 17 15:26:15 PDT 2012


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


Jonathan M Davis <jmdavisProg at gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jmdavisProg at gmx.com


--- Comment #1 from Jonathan M Davis <jmdavisProg at gmx.com> 2012-10-17 15:26:14 PDT ---
It works just fine with ranges. Just slice it to get an array over the mapped
memory. I've done it before, and it worked great. Essentially, MmFile is acting
like a container rather than a range and therefore provides range access to
what it contains rather than being a range itself.

-- 
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