A wrapper around a const(char)* to indicate that it is a zero-terminated C string.
Wraps the given pointer in the struct. Note that it retains a copy of the pointer.
Borrows a slice of the pointer up to (but not including) the zero terminator.
Returns the original raw pointer back out.
See Implementation
A wrapper around a const(char)* to indicate that it is a zero-terminated C string.