October 08, 2010 Learn » std.regex character consumption | |||
|---|---|---|---|
| |||
...120] around index 0 printProgram() 0: REparen len=1 n=0, pc=>10 9: REanystar... | |||
October 06, 2010 Issues » [Issue 5002] New: possible std.stream improvements | |||
|---|---|---|---|
| |||
...buf). * For convenience ubyte[] readExact(size_t len) might be nice. Thanks, - Daniel [1] http... | |||
October 05, 2010 General » Suggestions for std.stream (esp. for 64bit) | |||
|---|---|---|---|
| |||
...readExact(size_t len) {
ubyte[] ret = new ubyte[len];
readExact(ret.ptr, len);
return ret... | |||
September 07, 2010 DMD » [dmd-internals] dmd commit, revision 663 | |||
|---|---|---|---|
| |||
...self, fname):
self.failedTestList += [ fname ]
def __len__(self):
return len(self.failedTestList)
def __str__(self... | |||
September 07, 2010 Learn » Re: Fast temporary dynamic arrays? (And slicing of them) | |||
|---|---|---|---|
| |||
...ptr = i;
len++;
}
writeln("len, capacity: ", len, " ", capacity);
auto arr = ptr[0 .. len];
writeln(arr... | |||
September 04, 2010 DMD » [dmd-internals] dmd commit, revision 657 | |||
|---|---|---|---|
| |||
...buf->writeByte('"');
- buf->write(filename, len);
+ buf->write(filename, len);
+ if(needsQuote)
buf->writeByte('"');
- return... | |||
September 03, 2010 DMD » [dmd-internals] dmd test suite coverage | |||
|---|---|---|---|
| |||
...105324: 5064: len1 = len; 105324: 5065: len2 = token.len; 105324: 5066: len = len1 + len2; 105324... | |||
September 01, 2010 Duyuru » Google Go | |||
|---|---|---|---|
| |||
...s := 0
11 for i := 0; i < len(a); i++ {
12 s += a[i]
13... | |||
August 28, 2010 General » Re: Retrieving the traversed range | |||
|---|---|---|---|
| |||
...would be Theta(n) the runtime would still be limited by O(prefix.len) -manfred | |||
August 27, 2010 General » [OT] Quality of software localization | |||
|---|---|---|---|
| |||
...names were natural: SUM -> SUMA AVERAGE -> ŚREDNIA LEN -> DŁ SLOPE -> NACHYLENIE But common workhorse functions... | |||
Copyright © 1999-2021 by the D Language Foundation