mirror of
https://github.com/dlang/phobos.git
synced 2025-04-26 13:10:35 +03:00
Revert "Introducing std.meta package"
This commit is contained in:
parent
307ba5fb9d
commit
d9a9826e55
55 changed files with 1624 additions and 2399 deletions
|
@ -545,8 +545,8 @@ unittest
|
|||
result = decode("%41%42%43");
|
||||
debug(uri) writeln(result);
|
||||
|
||||
import std.meta : MetaList;
|
||||
foreach (StringType; MetaList!(char[], wchar[], dchar[], string, wstring, dstring))
|
||||
import std.typetuple : TypeTuple;
|
||||
foreach (StringType; TypeTuple!(char[], wchar[], dchar[], string, wstring, dstring))
|
||||
{
|
||||
import std.conv : to;
|
||||
StringType decoded1 = source.to!StringType;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue