January 26, 2018 General » functions allowed to overload on const int vs int vs immutable int? + spec is not accurate | |||
|---|---|---|---|
| |||
...matching are: no match match with implicit conversions match with conversion to const exact match... | |||
January 26, 2018 General » functions allowed to overload on const int vs int vs immutable int? + spec is not accurate | |||
|---|---|---|---|
| |||
...matching are: no match match with implicit conversions match with conversion to const exact match | |||
January 25, 2018 General » Re: Implementing tail-const in D | |||
|---|---|---|---|
| |||
...of the lack of support for implicit conversions, which is a loss (but as you... | |||
January 23, 2018 General » Implementing tail-const in D | |||
|---|---|---|---|
| |||
...are welcome. 2) As mentioned above, implicit conversions would be nice, but that'd require... | |||
January 15, 2018 General » Re: Proposed Phobos equivalent of wcswidth() | |||
|---|---|---|---|
| |||
...UTF-* encodings, i.e., code units and conversions to/from code points, and std.uni... | |||
January 14, 2018 Learn » Re: String Type Usage. String vs DString vs WString | |||
|---|---|---|---|
| |||
...keep them as wstrings to avoid the conversions, but even then, because strings in D... | |||
January 07, 2018 Learn » Re: Templates for DRY code | |||
|---|---|---|---|
| |||
...m not a big fan of 'implicit' conversions in type safe languages, even when those... | |||
January 04, 2018 Learn » Re: how to localize console and GUI apps in Windows | |||
|---|---|---|---|
| |||
...situation seems quite manageable by code page conversions you've mentioned above. I've tried... | |||
January 03, 2018 General » Re: Best SQL library to use with local desktop app | |||
|---|---|---|---|
| |||
...for iterating over result sets. - Convenient automatic conversions to/from SQLite data types, e.g... | |||
December 27, 2017 Learn » Re: Does to!(string)(char[]) do any memory allocation on conversion? | |||
|---|---|---|---|
| |||
...conv.to generally tries to ensure that conversions are done in a safe manner, and... | |||
Copyright © 1999-2021 by the D Language Foundation