trustToString

Pick off one of the storage classes from stc, and return a string representation of it. stc is reduced by the one picked.

  1. const(char)* stcToChars(ref StorageClass stc)
  2. string trustToString(TRUST trust)
    extern (D) pure nothrow
    string
    trustToString
    (
    TRUST trust
    )

Meta