mstring[] dest; cstring src = "hello"; appendCopy(dest, src); test!("==")(dest[0][], "hello");
See Implementation