We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 451c149 commit aaf5c82Copy full SHA for aaf5c82
parallel_algorithm.d
@@ -2,6 +2,8 @@ import std.typetuple, std.parallelism, std.range, std.functional,
2
std.algorithm, std.stdio, std.array, std.traits, std.conv,
3
core.stdc.string, core.atomic;
4
5
+static import std.numeric;
6
+
7
version(unittest) {
8
import std.random, std.typecons, std.math;
9
}
0 commit comments