Artifact 0d687b04437e837f83a222fb4490cf6b57530ad4
- File
polemy/_common.d
- 2010-11-09 06:22:01 - part of checkin [50811398367b] on branch trunk - removed BOM from the source file (fxxk poseidon!!!) (user: kinaba) [annotate]
/** * Authors: k.inaba * License: NYSL 0.9982 http://www.kmonos.net/nysl/ * * "Always-opend" modules inside Polemy. */ module polemy._common; public import std.array; public import std.range; public import std.algorithm; public import std.conv : to; public import std.bigint; public import std.exception; public import tricks.tricks; public import tricks.test;