March 10, 2005 General, digitalmars.D.dtl » Re: Will D ever be ready? | |||
|---|---|---|---|
| |||
...at, size_t len)
{
size_t oldLen = at.len;
at.length = len;
at.length = oldLen... | |||
March 10, 2005 Issues » Re: BUG? Template problems - template1.d | |||
|---|---|---|---|
| |||
...line: List!(E) sublist(int off, int len); the code compiles and links without errors... | |||
March 10, 2005 General, digitalmars.D.dtl » Re: Will D ever be ready? | |||
|---|---|---|---|
| |||
...essentially cause: len = array.length; array.length = 1,000,000; array.length = len; Allowing us... | |||
March 10, 2005 General » Re: Another way | |||
|---|---|---|---|
| |||
...int len = idioticly_long_variable_name.length; int[] slice = idioticly_long_variable_name[x .. len... | |||
March 08, 2005 General, digitalmars.D.dtl » Re: Will D ever be ready? | |||
|---|---|---|---|
| |||
...length + len;
myArray[insertIndex+len..length]
= myArray[insertIndex..length-len].dup;
myArray[insertIndex..insertIndex+len... | |||
March 08, 2005 General » Mango and -w (was DMD 0.116 release) | |||
|---|---|---|---|
| |||
...return format (dst, i, Radix.Decimal); # # uint len = dst.length - format (dst[1..length], -i... | |||
March 08, 2005 General » Re: Keywords, Symbols, Syntax, and Semantics | |||
|---|---|---|---|
| |||
...I still hope you'll change $ to $len or $length.. $&1?2:3 just doesn... | |||
March 08, 2005 General » Re: DMD 0.116 release | |||
|---|---|---|---|
| |||
...not 'wasted' on array length, and neither $len nor $length (nor anything else) are defined... | |||
March 08, 2005 General » Re: Keywords, Symbols, Syntax, and Semantics | |||
|---|---|---|---|
| |||
...I'd back something like $len, #len, ^len, or @len. But I guess $length, et... | |||
March 07, 2005 General » Re: Another try: "len" instead of length | |||
|---|---|---|---|
| |||
Derek Parnell wrote: I thought I would be using € for those shortly here, but... | |||
Copyright © 1999-2021 by the D Language Foundation