Diff
Not logged in

Differences From Artifact [6dd1b05b349c9906]:

To Artifact [0abd8de4d8be4f44]:


1 -module polemy._common; 2 -/* 3 - * Author: k.inaba 4 - * License: NYSL 0.9982 (http://www.kmonos.net/nysl/ 5 - * "Always-opend" modules inside polemy 1 +/** 2 + * Authors: k.inaba 3 + * License: NYSL 0.9982 http://www.kmonos.net/nysl/ 4 + * 5 + * "Always-opend" modules inside Polemy. 6 6 */ 7 - 7 +module polemy._common; 8 8 public import std.array; 9 9 public import std.range; 10 10 public import std.algorithm; 11 11 public import std.conv : to; 12 12 public import std.bigint; 13 13 public import polemy.tricks;