Differences From Artifact [6dd1b05b349c9906]:
- File
polemy/_common.d
- 2010-11-07 10:18:02 - part of checkin [423f308350] on branch trunk - Initial commit. Just for setting up the environment. (user: kinaba) [annotate]
To Artifact [0abd8de4d8be4f44]:
- File
polemy/_common.d
- 2010-11-07 10:32:59 - part of checkin [4198578702e] on branch trunk - Changed several documentation comments into ddoc compatible ones. (user: kinaba) [annotate]
1 module polemy._common; <
2 /* | 1 /**
3 * Author: k.inaba | 2 * Authors: k.inaba
4 * License: NYSL 0.9982 (http://www.kmonos.net/nysl/ | 3 * License: NYSL 0.9982 http://www.kmonos.net/nysl/
> 4 *
5 * "Always-opend" modules inside polemy | 5 * "Always-opend" modules inside Polemy.
6 */ 6 */
7 <
> 7 module polemy._common;
8 public import std.array; 8 public import std.array;
9 public import std.range; 9 public import std.range;
10 public import std.algorithm; 10 public import std.algorithm;
11 public import std.conv : to; 11 public import std.conv : to;
12 public import std.bigint; 12 public import std.bigint;
13 public import polemy.tricks; 13 public import polemy.tricks;