Dicebot:
string func(in string[] args) {return args.join(" "); // compile error, args is not an input range}
join() should to able to join a const array of strings. Bye, bearophile
Dicebot:
string func(in string[] args) {return args.join(" "); // compile error, args is not an input range}
join() should to able to join a const array of strings. Bye, bearophile