protectionToString

  1. const(char)* protectionToChars(Prot.Kind kind)
  2. string protectionToString(Prot.Kind kind)
    extern (D) nothrow pure
    string
    protectionToString

Return Value

Type: string

a human readable representation of kind

Meta