mirror of
https://github.com/dlang/phobos.git
synced 2025-05-11 06:28:28 +03:00
Merge remote-tracking branch 'upstream/stable' into merge_stable
This commit is contained in:
commit
ee32ec1fec
6 changed files with 79 additions and 41 deletions
|
@ -1,12 +1,12 @@
|
|||
/++
|
||||
Convenience file that allows to import entire Phobos in one command.
|
||||
+/
|
||||
module std.experimental.scripting;
|
||||
module std.experimental.all;
|
||||
|
||||
///
|
||||
@safe unittest
|
||||
{
|
||||
import std.experimental.scripting;
|
||||
import std.experimental.all;
|
||||
|
||||
int len;
|
||||
const r = 6.iota
|
||||
|
@ -23,7 +23,7 @@ module std.experimental.scripting;
|
|||
///
|
||||
@safe unittest
|
||||
{
|
||||
import std.experimental.scripting;
|
||||
import std.experimental.all;
|
||||
assert(10.iota.map!(partial!(pow, 2)).sum == 1023);
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue