March 11, 2011 Issues » [Issue 5722] Regression(2.052): Appending code-unit from multi-unit code-point at compile-time gives wrong result. | |||
|---|---|---|---|
| |||
...size_t len = es1->len + utf_codeLength(sz, v);
s = mem.malloc((len + 1) * sz... | |||
March 07, 2011 General » Re: where clause | |||
|---|---|---|---|
| |||
...index (artificial example, indeed)
auto len = a.length;
auto median = len / 2;
// a logical step... | |||
March 07, 2011 General » where clause | |||
|---|---|---|---|
| |||
...even len = (mean . take 2 . drop (mid - 1)) ordered
| otherwise = ordered !! mid
where len = length... | |||
March 05, 2011 Learn » Re: htod and system files | |||
|---|---|---|---|
| |||
...len);
^
mysql_com.h(424) : Error: ')' expected
const unsigned char *header, size_t head_len... | |||
February 28, 2011 Learn » Re: How-to manipulate a C array with D2 vector operations? | |||
|---|---|---|---|
| |||
auto darray = buffer[0 .. buf_len] | |||
February 28, 2011 Learn » Re: How-to manipulate a C array with D2 vector operations? | |||
|---|---|---|---|
| |||
...you go: auto arr = buffer[0..buf_len]; Now you can operate on this array... | |||
February 28, 2011 Learn » How-to manipulate a C array with D2 vector operations? | |||
|---|---|---|---|
| |||
...read_into(char *buffer, size_t buf_len); I would like to use D's... | |||
February 26, 2011 Phobos » [phobos] array.shift for deletion/insertion | |||
|---|---|---|---|
| |||
...if (offset > 0) {
array.length = len + offset;
for (i=len-1 ; i>=low ; i--)
array... | |||
February 17, 2011 General » Re: Integer conversions too pedantic in 64-bit | |||
|---|---|---|---|
| |||
...code like: auto l = arr.len; arr.len = 10; arr.len++; A big problem: it... | |||
February 11, 2011 General » Re: Stupid little iota of an idea | |||
|---|---|---|---|
| |||
...of code like: int len = array.length; and then you use len in the rest... | |||
Copyright © 1999-2021 by the D Language Foundation