[Issue 8839] MmFile do not use Range
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Oct 30 16:26:09 PDT 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8839
--- Comment #9 from bioinfornatics <bioinfornatics at gmail.com> 2012-10-30 16:26:08 PDT ---
about breaking change i understand is important to D to get an api "more
stable"
about ufcs:
-> do not works
_file[_currentPosition .. _file.length]
.countUntil!( ( a ) => isWhite( cast(dchar) a ) );
-> works
countUntil!( ( a ) => isWhite( cast(dchar) a ) )
( cast(ubyte[]) _file[_currentPosition .. _file.length] );
--
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