cdstring

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

alias cdstring = SentinelPtr!(const(dchar))

Meta