mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 22:50:38 +03:00
Style fix: specify/remove local imports
This commit is contained in:
parent
6f1690f6b1
commit
64217c8965
4 changed files with 7 additions and 9 deletions
|
@ -639,7 +639,7 @@ if (isRandomAccessRange!Range && hasLength!Range && hasSlicing!Range)
|
|||
// Loop invariant
|
||||
version(unittest)
|
||||
{
|
||||
import std.algorithm.searching;
|
||||
import std.algorithm.searching : all;
|
||||
assert(r[0 .. lo].all!(x => !lt(p, x)));
|
||||
assert(r[hi + 1 .. r.length].all!(x => !lt(x, p)));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue