Stringz.opUnary

  1. T opCast()
  2. immutable(char)* opUnary()
    struct Stringz
    nothrow @nogc
    immutable(char)*
    opUnary
    (
    string s
    )
    ()
    if (
    s == "*"
    )

Return Value

Type: immutable(char)*

immutable(char)* null terminated string

Meta