Diff
Not logged in

Differences From Artifact [72c1e0f374b13246]:

To Artifact [15707244447f6971]:


1 -/** 1 +/** 2 2 * Authors: k.inaba 3 3 * License: NYSL 0.9982 http://www.kmonos.net/nysl/ 4 4 * 5 5 * Interpreter-wise fresh ID generator. 6 6 */ 7 7 module polemy.fresh; 8 8 import polemy._common;