March 07, 2005 General » Re: Another try: "len" instead of length | |||
|---|---|---|---|
| |||
...benefit. I'm not yet convinced that 'len' as a keyword has that much benefit... | |||
March 07, 2005 General » Re: Another try: "len" instead of length | |||
|---|---|---|---|
| |||
...len' is common, it would annoy me greatly to have to rename all my 'len... | |||
March 06, 2005 General » Re: Another try: "len" instead of length | |||
|---|---|---|---|
| |||
...method names. Nonetheless, I don't think 'len' is any more of a go-er... | |||
March 06, 2005 General » Re: Another try: "len" instead of length | |||
|---|---|---|---|
| |||
I've seen len used at least as often as length as a variable name... | |||
March 05, 2005 General » Another try: "len" instead of length | |||
|---|---|---|---|
| |||
...routine, while 'len' could be an operator keyword. (Any existing code using len as local... | |||
March 03, 2005 General » Re: $ instead of length | |||
|---|---|---|---|
| |||
$len (or even $length) seems best to me, it doesn't conflict with anything and... | |||
March 02, 2005 General » Re: $ instead of length | |||
|---|---|---|---|
| |||
...a 'prefix' for meta-tags (instead of standalone). If so, $len or $sizeof might work? | |||
March 02, 2005 General » Re: $ instead of length | |||
|---|---|---|---|
| |||
...something else to form the required token. len$ $$ [$] #$ $# etc ... Some regard symbols as ugly, but... | |||
March 02, 2005 General » Re: $ instead of length | |||
|---|---|---|---|
| |||
...len(myarray)' (or even 'len myarray') instead of myarray.length Greetings, Norbert How about 'len... | |||
February 28, 2005 Issues » BUG? Template problems - template1.d | |||
|---|---|---|---|
| |||
...int len);
}
class Vector(E) : List!(E)
{
List!(E) sublist(int off, int len)
{
return... | |||
Copyright © 1999-2021 by the D Language Foundation