mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 14:40:30 +03:00
Forwarding alias to new location of forward().
This commit is contained in:
parent
d4a85e24c4
commit
22a68697f3
1 changed files with 2 additions and 0 deletions
|
@ -183,3 +183,5 @@ public import std.algorithm.setops;
|
|||
public import std.algorithm.searching;
|
||||
public import std.algorithm.sorting;
|
||||
|
||||
private import std.functional;
|
||||
alias forward = std.functional.forward;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue