StringSearch.isLower

Undocumented in source.
  1. alias isLower = c_wctype.iswlower
  2. alias isLower = c_ctype.islower
    struct StringSearch(bool wide_char = false)
    static if(!(wide_char))
    alias isLower = c_ctype.islower

Meta