Coerces an object to uppercase in place. object may be modified by this operation, and the result will be == to the object.
sealed
| object | An instance of <object>. |
| #rest objects | Instances of <object>. |
Coerces an object to uppercase in place. | |
The method on <string> is equivalent to map-into(string, as-uppercase, string). |
The method on <string> is equivalent to map-into(string, as-uppercase, string).