assumeZeroTerminated

Semantic function to check that a D string implicitely conveys a termination byte after the slice. (typically those comes from string literals or stringDup/stringIDup)

nothrow @nogc
const(char)*
assumeZeroTerminated
(
const(char)[] input
)

Meta