mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 06:30:28 +03:00
Split iteration functions into own submodule.
This commit is contained in:
parent
28feb36b6e
commit
9dc4c34379
5 changed files with 3774 additions and 3737 deletions
|
@ -1,7 +1,8 @@
|
|||
// Written in the D programming language.
|
||||
module std.algorithm.comparison;
|
||||
|
||||
import std.algorithm : filter, map, reverse; // FIXME: ugly hack
|
||||
import std.algorithm : reverse; // FIXME: ugly hack
|
||||
import std.algorithm.iteration : filter, map;
|
||||
|
||||
// FIXME
|
||||
import std.functional; // : unaryFun, binaryFun;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue