mirror of
https://github.com/dlang/phobos.git
synced 2025-05-05 01:20:40 +03:00
6 lines
220 B
D
6 lines
220 B
D
// This module was kept for now to avoid breaking existing code
|
|
// @@@DEPRECATED_2.089@@@
|
|
deprecated("use `import std;` instead. This module will be removed with 2.089.")
|
|
module std.experimental.all;
|
|
|
|
public import std;
|