StringT.tolower

Returns the lower-case version of c.

  1. inout(C) tolower(inout C c)
    struct StringT(C)
    static
    inout(C)
    tolower
    (
    inout C c
    )
  2. S tolower()
  3. S tolower()

Meta