Converts str to a D string: str is sliced from the beginning up to its null terminator.
C compatible input string (pointer to the first character of the null terminated string)
D compatible (non-null terminated) string
See Implementation
Converts str to a D string: str is sliced from the beginning up to its null terminator.