StringT.toupper

Returns the upper-case version of c.

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

Meta