Differences From Artifact [72c1e0f374b13246]:
- File
polemy/fresh.d
- 2010-11-21 14:24:33 - part of checkin [3995a5eb6a] on branch trunk - added iikagen pattern match (user: kinaba) [annotate]
To Artifact [15707244447f6971]:
- File
polemy/fresh.d
- 2010-11-24 03:30:56 - part of checkin [20be503cae] on branch trunk - set up referece manual (user: kinaba) [annotate]
1 /** | 1 /**
2 * Authors: k.inaba 2 * Authors: k.inaba
3 * License: NYSL 0.9982 http://www.kmonos.net/nysl/ 3 * License: NYSL 0.9982 http://www.kmonos.net/nysl/
4 * 4 *
5 * Interpreter-wise fresh ID generator. 5 * Interpreter-wise fresh ID generator.
6 */ 6 */
7 module polemy.fresh; 7 module polemy.fresh;
8 import polemy._common; 8 import polemy._common;