May 16, 2013 Issues » [Issue 10093] wrong unsigned arithmetic | |||
|---|---|---|---|
| |||
...44:36 PDT --- What about Func(1 - len) The compiler can't cover every case... | |||
May 16, 2013 Issues » [Issue 10093] wrong unsigned arithmetic | |||
|---|---|---|---|
| |||
...calculate the len of a null terminated string. We're talking about: uint len = strlen... | |||
April 17, 2013 Issues » [Issue 9634] std.regex.ctRegex chokes on (?:a+) | |||
|---|---|---|---|
| |||
...len = cast(uint)ir.length - start;
next();
ir ~= Bytecode(-4);
ir ~= ir[start .. start+len... | |||
April 12, 2013 General » Re: Was: Re: Vote for std.process | |||
|---|---|---|---|
| |||
...Although I think a tool like: char[len] stackString; would be a super-useful tool... | |||
April 09, 2013 General » Re: Disable GC entirely | |||
|---|---|---|---|
| |||
...if I want to call a method? len = x.length for instance? Properties are almost... | |||
March 27, 2013 General » Java streams Vs LINQ Vs D | |||
|---|---|---|---|
| |||
...I like Python for having a free len() function that's usable for higher order... | |||
March 25, 2013 General » Re: Forbid dynamic arrays in boolean evaluation contexts | |||
|---|---|---|---|
| |||
...languages, where if(arr) means if its len is different from zero. D dynamic arrays... | |||
March 23, 2013 Issues » [Issue 9798] New: The memory assigned in multithread is broken | |||
|---|---|---|---|
| |||
...uint len;
if (!receiveExact((cast(ubyte*)&len)[0..uint.sizeof]))
return false;
dat.length = len... | |||
March 23, 2013 Issues » [Issue 9792] New: length field of a const SortedRange | |||
|---|---|---|---|
| |||
...const data = [1, 5, 2].sort();
auto len = data.length;
}
DMD 2.063alpha gives:
temp... | |||
March 16, 2013 General » Re: Help with a DMD patch | |||
|---|---|---|---|
| |||
...3,4,5]; size_t len = cast(size_t)(arr == arr3); assert(len == arr.length); | |||
Copyright © 1999-2021 by the D Language Foundation