Converts a C string (char array) to a D string (immutable(char[]))
The C string to be converted.
A D string (immutable(char[]))
See Implementation
Converts a C string (char array) to a D string (immutable(char[]))