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