mirror of
https://github.com/dlang/phobos.git
synced 2025-05-03 16:40:48 +03:00
merge imports
This commit is contained in:
parent
bf1b4db8a3
commit
5fa8ba12e2
1 changed files with 1 additions and 2 deletions
|
@ -2926,8 +2926,7 @@ is empty, throws an `Exception`. In case of an I/O error throws
|
|||
}
|
||||
else static if (c.sizeof == 2)
|
||||
{
|
||||
import std.utf : encode;
|
||||
import std.utf : decodeFront;
|
||||
import std.utf : decodeFront, encode;
|
||||
|
||||
if (orientation_ <= 0)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue