Add std.int128 to std module

This commit is contained in:
Hiroki Noda 2022-05-21 00:50:45 +09:00 committed by The Dlang Bot
parent 96858b5dde
commit d46814c863

View file

@ -51,6 +51,7 @@ public import
std.format,
std.functional,
std.getopt,
std.int128,
std.json,
std.math,
std.mathspecial,