February 02, 2012 Genel » Dosyaya bayt yazmak | |||
|---|---|---|---|
| |||
...da uzatırım. Huy çıkmaz, can çıkarmış...:) ``` if(len >= width) return s; ``` Başarılar... -- [ Bu gönderi, <http... | |||
February 02, 2012 Genel » Dosyaya bayt yazmak | |||
|---|---|---|---|
| |||
...len = s.walkLength();
if(len >= width)
return s;
auto retval = new Unqual!(C)[width - len... | |||
January 31, 2012 General » Parallel prefix algos & D | |||
|---|---|---|---|
| |||
...scan(op, a):
print "in:", a
if len(a) > 1:
a[1::2] = imap(op... | |||
January 29, 2012 Issues » [Issue 4705] Redesign of std.algorithm.max()/min() + mins()/maxs() | |||
|---|---|---|---|
| |||
...acc (w : ws) =
let len = length w in
case compare len max of
LT -> keepLongest... | |||
January 27, 2012 Phobos » [phobos] [D-Programming-Language/phobos] 12b9cb: fix Issue 2819 - array.sort segfaults if array len... | |||
|---|---|---|---|
| |||
Branch: refs/heads/phobos-1.x Home: https://github.com/D-Programming-Language/phobos Commit... | |||
January 19, 2012 Issues » [Issue 150] std.gc.minimize doesn't minimize physical memory usage | |||
|---|---|---|---|
| |||
...len = 256 * 1024 * 1024;
auto b = new byte[len];
writefln("after allocating %s bytes", len... | |||
January 18, 2012 Issues » [Issue 150] std.gc.minimize doesn't minimize physical memory usage | |||
|---|---|---|---|
| |||
...len = 256 * 1024 * 1024;
auto b = new byte[len];
writefln("after allocating %s bytes", len... | |||
January 18, 2012 Issues » [Issue 150] std.gc.minimize doesn't minimize physical memory usage | |||
|---|---|---|---|
| |||
...len = 256 * 1024 * 1024;
auto b = new byte[len];
writefln("after allocating %s bytes", len... | |||
January 18, 2012 Issues » [Issue 7307] New: Not fully enforced properties syntax | |||
|---|---|---|---|
| |||
...it
with -property -w:
@property size_t len(T)(in T[] a) {
return a.length... | |||
January 06, 2012 General » Cool tricks with D | |||
|---|---|---|---|
| |||
...string assign(size_t len)
{
string result;
foreach (i; 0 .. len)
result ~= "arr[" ~ to!string... | |||
Copyright © 1999-2021 by the D Language Foundation