mirror of
https://github.com/dlang/phobos.git
synced 2025-04-27 21:51:40 +03:00
phobos 0.161
This commit is contained in:
parent
6ca2e50261
commit
b76c21ccf9
42 changed files with 973 additions and 260 deletions
|
@ -48,6 +48,7 @@ import std.stdio;
|
|||
import std.conv;
|
||||
import std.boxer;
|
||||
import std.bitarray;
|
||||
import std.uni;
|
||||
|
||||
int main(char[][] args)
|
||||
{
|
||||
|
@ -108,6 +109,8 @@ printf("test2\n");
|
|||
ba.length = 3;
|
||||
ba[0] = true;
|
||||
|
||||
std.uni.isUniAlpha('A');
|
||||
|
||||
printf("Success\n!");
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue