mirror of
https://github.com/dlang/phobos.git
synced 2025-05-10 05:41:56 +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;
|
||||
|
|
3767
std/algorithm/iteration.d
Normal file
3767
std/algorithm/iteration.d
Normal file
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue