On Saturday, 2 September 2017 at 21:11:17 UTC, Vino.B wrote:
On Saturday, 2 September 2017 at 15:47:31 UTC, Vino.B wrote:
On Saturday, 2 September 2017 at 12:54:48 UTC, Nicholas Wilson
wrote:
[...]
Hi,
[...]
Hi,
Was able to resolve the above issue, but again getting the
same for other lines such as below when i tried to add the
appender.
auto CleanDirlst = appender([]);
CleanDirlst ~= PVStore[1][i].to!string.split(",");
Error: cannot implicitly convert expression appender([]) of
type Appender!(void[]) to string[].
You want `Appender!(string[])`