[Issue 2930] New: Problems in std.range documentation
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun May 3 13:02:09 PDT 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2930
Summary: Problems in std.range documentation
Product: D
Version: 2.029
Platform: PC
OS/Version: Windows
Status: NEW
Severity: normal
Priority: P2
Component: Phobos
AssignedTo: bugzilla at digitalmars.com
ReportedBy: cbkbbejeap at mailinator.com
isRandomAccessRange: Inconsistency between description and sample code. The
description indicates the criteria for random-access is "forward or infinite",
but the sample code indicates the criteria is "forward and (bidirectional or
infinite)".
advance: "The pass of r into drop is by reference..." 'drop' should be
'advance' (or maybe the other way around?)
retreatN: "The pass of r into advanceRight is by reference..." 'advanceRight'
should be 'retreatN' (or maybe the other way around?)
--
More information about the Digitalmars-d-bugs
mailing list