cwstring

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

alias cwstring = SentinelPtr!(const(wchar))

Meta