[Issue 3800] New: "Foreach over Structs and Classes with Ranges" and "Invariant Struct" in D2 Spec
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Feb 14 03:10:28 PST 2010
http://d.puremagic.com/issues/show_bug.cgi?id=3800
Summary: "Foreach over Structs and Classes with Ranges" and
"Invariant Struct" in D2 Spec
Product: D
Version: 2.040
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P2
Component: www.digitalmars.com
AssignedTo: nobody at puremagic.com
ReportedBy: repeatedly at gmail.com
--- Comment #0 from Masahiro Nakagawa <repeatedly at gmail.com> 2010-02-14 03:10:26 PST ---
I noticed two invalid documentations.
1. "Foreach over Structs and Classes with Ranges" section in statement.html
I think "Foreach Range Properties" table is old. Current properties are below.
.next -> .popFront
.retreat -> .popBack
.head -> .front
.toe -> .back
2. "Const and Invariant Structs" in struct.html
Invariant -> Immutable
--
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