mirror of
https://github.com/dlang/phobos.git
synced 2025-04-28 14:10:30 +03:00
Created std.ascii to replace std.ctype.
All of the new, properly camelcased functions in std.ctype have been moved to std.ascii, and std.ctype has been scheduled for deprecation.
This commit is contained in:
parent
3d5a4e5f4a
commit
dd3a0c20a2
21 changed files with 505 additions and 420 deletions
|
@ -30,7 +30,7 @@ module std.uri;
|
|||
|
||||
/* ====================== URI Functions ================ */
|
||||
|
||||
private import std.ctype;
|
||||
private import std.ascii;
|
||||
private import std.c.stdlib;
|
||||
private import std.utf;
|
||||
private import std.stdio;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue