On Wednesday, 29 November 2017 at 07:08:12 UTC, Vino wrote:
Hi All,
Request your help, with the below code I am able to print the
value of the array without brackects , but can some on help me
on hot to store this output to a variable
Program:
import std.stdio;
import std.container;
void ma
Hi All,
Request your help, with the below code I am able to print the
value of the array without brackects , but can some on help me on
hot to store this output to a variable
Program:
import std.stdio;
import std.container;
void main()
{
auto test = Array!string("Test1", "Test2");
writ