Stringz.opUnary

struct Stringz
nothrow @nogc
immutable(char)*
opUnary
(
string s
)
()
if (
s == "*"
)

Return Value

Type: immutable(char)*

immutable(char)* null terminated string

Meta