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: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Masahiro Nakagawa <[email protected]> 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: -------