April 14, 2016 Issues » [Issue 8384] std.conv.to should allow conversion between any pair of string/wstring/dstring/char*/wchar*/dchar* | |||
|---|---|---|---|
| |||
...not the other way around. no such conversions are currently supported at all, so took... | |||
April 07, 2016 Learn » Re: how to parse a string into a phobos datatype with additional logic | |||
|---|---|---|---|
| |||
...use toString and constructors when dealing with conversions to and from string. There is no... | |||
April 05, 2016 Learn » Convert wchar* to wstring? | |||
|---|---|---|---|
| |||
...with various types, casts, Phobos library string conversions, and I'm just stumped! :) thanks, Thalamus | |||
April 04, 2016 General » Re: Windows vs UTF-8 (issue 15845) | |||
|---|---|---|---|
| |||
...16 system. It uses that internally, not utf-8, so conversions are often done anyway. | |||
March 24, 2016 General » Re: A Huge Bummer When Using alias this | |||
|---|---|---|---|
| |||
...templated functions that _want_ to accept implicit conversions, need to be explicitly written with that... | |||
March 22, 2016 General » Re: RFC: Units of measurement for D (Phobos?) | |||
|---|---|---|---|
| |||
...you can handled derived units and doing conversions like this : convert!(kilo(newton))(2000000 * gram... | |||
March 19, 2016 Issues » [Issue 15376] The time zone name conversions should not be compiled into Phobos | |||
|---|---|---|---|
| |||
...Fix for issue# 15376. Get time zone conversions at runtime. https://github.com/D-Programming... | |||
March 18, 2016 Learn » Re: size_t index=-1; | |||
|---|---|---|---|
| |||
...Java). Rather, I'm picking on *implicit* conversions between signed and unsigned. I'm basically... | |||
March 18, 2016 Learn » Re: size_t index=-1; | |||
|---|---|---|---|
| |||
...t just disable it, or disable unsigned conversions. Any time you cast a type, the... | |||
March 16, 2016 Learn » Re: size_t index=-1; | |||
|---|---|---|---|
| |||
...then use std.conv.to to do conversions or wrap your integers in types that... | |||
Copyright © 1999-2021 by the D Language Foundation