StringSearch.toLower

Undocumented in source.
  1. alias toLower = c_wctype.towlower
  2. alias toLower = c_ctype.tolower
    struct StringSearch(bool wide_char = false)
    static if(!(wide_char))
    alias toLower = c_ctype.tolower

Meta