March 04, 2010 General » Re: Feature suggestion: in-place append to array | |||
|---|---|---|---|
| |||
...slice length auto len = a.length; a.length = len + 1000; a.length = len; As I... | |||
March 04, 2010 Issues » [Issue 3877] New: std.range.chain do not manage infinite ranges correctly | |||
|---|---|---|---|
| |||
...if (len < begin)
{
result._input.field[i] = result._input.field[i]
[len .. len];
begin -= len... | |||
February 24, 2010 Issues » [Issue 3843] New: Signed lengths (and other built-in values) | |||
|---|---|---|---|
| |||
...xrange(0, len(arr)-1):
min = i
for j in xrange(i + 1, len(arr... | |||
February 18, 2010 Learn » Re: Compile Phobos library ? | |||
|---|---|---|---|
| |||
...object", len=6)
at root/stringtable.c:100
100 se = *(StringEntry **)search(s,len);
------------------------------
But... | |||
February 13, 2010 Issues » [Issue 1914] Array initialisation from const array yeilds memory trample | |||
|---|---|---|---|
| |||
...than slice assignment)
for (i = 1; i < len; i++)
{
if (tbn->ty == Tstruct)
{ pdt = tnext... | |||
February 09, 2010 c++.stlsoft » recls 1.9.1 (alpha 1) released | |||
|---|---|---|---|
| |||
...entry_t
~ minor layout changes
+ added data+len string access shims for recls_strptrs_t... | |||
February 04, 2010 General » Re: Making all strings UTF ranges has some risk of WTF | |||
|---|---|---|---|
| |||
...you don't like a function like len() to have a different computational complexity, like... | |||
February 04, 2010 General » Re: Making all strings UTF ranges has some risk of WTF | |||
|---|---|---|---|
| |||
...you don't like a function like len() to have a different computational complexity, like... | |||
February 04, 2010 General » Re: Making all strings UTF ranges has some risk of WTF | |||
|---|---|---|---|
| |||
...double y; } SomePOD pod; auto len = pod.length; assert(len == 16); // true. I'll admit... | |||
February 01, 2010 Learn » Re: RS232 / USB read/write? | |||
|---|---|---|---|
| |||
...uint len = tcRxConduit.remaining;
char[] str = new char[len];
tcRxConduit.input.read(str);
dgDataEvent(len... | |||
Copyright © 1999-2021 by the D Language Foundation