On Tuesday, 2 June 2015 at 15:07:58 UTC, Kyoji Klyden wrote:
quick question: What is the most efficient way to covert a string to a char array?
string s = "str"; char[] strArr = s.dup;
On Tuesday, 2 June 2015 at 15:07:58 UTC, Kyoji Klyden wrote:
quick question: What is the most efficient way to covert a string to a char array?
string s = "str"; char[] strArr = s.dup;