On Wednesday, 13 June 2012 at 11:29:45 UTC, Kagamin wrote:
The measurements should be done for modules being imported, not the module being compiled.
Something like this.
---
import std.algorithm;
import std.stdio;
import std.typecons;
import std.datetime;

int ok;
---

Oh and let it import .d files, not .di

Reply via email to