mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 22:50:38 +03:00
[Trivial] Use std.meta instead of std.typetuple
This commit is contained in:
parent
1675e00803
commit
4cdc906b3e
1 changed files with 1 additions and 1 deletions
|
@ -1092,8 +1092,8 @@ if (Rs.length >= 2 &&
|
||||||
}
|
}
|
||||||
|
|
||||||
import std.functional : binaryFun;
|
import std.functional : binaryFun;
|
||||||
|
import std.meta : anySatisfy;
|
||||||
import std.traits : isCopyable;
|
import std.traits : isCopyable;
|
||||||
import std.typetuple : anySatisfy;
|
|
||||||
|
|
||||||
private alias comp = binaryFun!less;
|
private alias comp = binaryFun!less;
|
||||||
private alias ElementType = CommonType!(staticMap!(.ElementType, Rs));
|
private alias ElementType = CommonType!(staticMap!(.ElementType, Rs));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue