https://issues.dlang.org/show_bug.cgi?id=8384
Simen Kjaeraas <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #24 from Simen Kjaeraas <[email protected]> --- https://github.com/D-Programming-Language/phobos/pull/4199 PR covers conversion from {X}char* to {Y}char[], but not the other way around. no such conversions are currently supported at all, so took the liberty of not implementing that without a bit more discussion. Are there convincing reasons to support any of those conversions at all? --
