StringSearch.toUpper

Undocumented in source.
  1. alias toUpper = c_wctype.towupper
    struct StringSearch(bool wide_char = false)
    static if(wide_char)
    alias toUpper = c_wctype.towupper
  2. alias toUpper = c_ctype.toupper

Meta