[Issue 5645] std.range.drop(), std.range.slice()
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Thu Aug 25 00:46:17 PDT 2011
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=5645
--- Comment #4 from bearophile_hugs at eml.cc 2011-08-25 00:46:14 PDT ---
(In reply to comment #3)
Now I understand what you meant: "the way that slices normally are". You are
right. It contains drop(), so you generally have to iterate the first items to
drop. This is slower than array slicing, that's an O(1) operation.
-- 
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