cstring

A cstring` is pointer to an array of characters that is terminated with a '\0' (null) character.

alias cstring = SentinelPtr!(const(char))

Meta