UtfString.OutType

Output type alias.

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

Meta