UtfString.OutType

Undocumented in source.
  1. alias OutType = dchar
  2. alias OutType = Char[]
    struct UtfString(Char = char, bool pull_dchars = false)
    static if(!(pull_dchars))
    alias OutType = Char[]

Meta