Changeset 211 for trunk/random.d
- Timestamp:
- 08/22/10 21:53:08 (1 year ago)
- Files:
-
- trunk/random.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/random.d
r209 r211 183 183 } 184 184 185 typeof(randFun(args)) front() {185 @property typeof(randFun(args)) front() { 186 186 return frontElem; 187 187 } … … 202 202 } 203 203 204 typeof(this) save() @property{204 @property typeof(this) save() { 205 205 return this; 206 206 }
