Skip to content

Commit 8442a2e

Browse files
committed
Add forgotten modules to std.package.
1 parent 0e00d58 commit 8442a2e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

std/package.d

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ public import
5858
std.net.curl,
5959
std.net.isemail,
6060
std.numeric,
61+
std.outbuffer,
6162
std.parallelism,
6263
std.path,
6364
std.process,
@@ -69,9 +70,11 @@ public import
6970
std.stdint,
7071
std.stdio,
7172
std.string,
73+
std.sumtype,
7274
std.system,
7375
std.traits,
7476
std.typecons,
77+
std.typetuple,
7578
std.uni,
7679
std.uri,
7780
std.utf,

0 commit comments

Comments
 (0)