April 30, 2012 Learn » Re: type conversions | |||
|---|---|---|---|
| |||
dup will return a mutable copy of an array. idup will return an immutable copy... | |||
April 30, 2012 Learn » Re: type conversions | |||
|---|---|---|---|
| |||
Well it depends . Why do you need a char[]? If you're interfacing with C... | |||
April 30, 2012 Learn » Re: type conversions | |||
|---|---|---|---|
| |||
I think this is right... import std.stdio; import std.conv; int main(string args... | |||
April 29, 2012 Learn » type conversions | |||
|---|---|---|---|
| |||
I'm trying to get my head around D's type conversion. What is the... | |||
April 29, 2012 General » Re: lazy is broken, but we have delegates | |||
|---|---|---|---|
| |||
...feeling it will have nasty edge cases. Implicit conversions generally do seem to cause trouble. | |||
April 23, 2012 Learn » Re: Keyword to avoid not null references | |||
|---|---|---|---|
| |||
...a constructor to allow such implicit type conversions, but it was rejected) Kind Regards Benjamin... | |||
April 22, 2012 Learn » toLower() and Unicode are incomplete was: Re: avoid toLower in std.algorithm.sort compare alias | |||
|---|---|---|---|
| |||
...not just ASCII)." Unicode cannot define the conversions of at least the following letters without... | |||
April 18, 2012 Learn » Re: Cast Object - get null | |||
|---|---|---|---|
| |||
...and does not do implicit conversions. To do implicit conversions, you'd need to use... | |||
April 18, 2012 General » Re: AA key conversion woes | |||
|---|---|---|---|
| |||
...kinds of problems, most notably with implicit conversions for key literals and AA method const... | |||
April 13, 2012 Learn » Re: D-Cocoa Port | |||
|---|---|---|---|
| |||
...first way. The bridge also performs type conversions automatically and other things to ease the... | |||
Copyright © 1999-2021 by the D Language Foundation