SentinelString

An array of characters that contains a null-terminator at the length index.

NOTE: the type of string literals could be changed to SentinelString

alias SentinelString = SentinelArray!(immutable(char))

Meta