Splitting Ranges using Lambda Predicates

monarch_dodra via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Jun 11 07:05:16 PDT 2014


On Wednesday, 11 June 2014 at 13:44:25 UTC, Artur Skawina via 
Digitalmars-d-learn wrote:
> There is a reason why I never use D's std lib.
>
> artur

Well, (IMO) it's a problem with no real solution. But for what 
it's worth, most (if not all) of the algorithms in the standard 
lib know how to handle strings efficiently and correctly (split, 
find, etc...). Things only start getting funny once you start 
mixing indexing and element counts.


More information about the Digitalmars-d-learn mailing list