as-uppercase!

Coerces an object to uppercase in place.  object may be modified by this operation, and the result will be == to the object.

Exported from

Modifiers

sealed

Arguments

objectAn instance of <object>.

Values

#rest objectsInstances of <object>.
Summary
Coerces an object to uppercase in place.
The method on <string> is equivalent to map-into(string, as-uppercase, string).

Functions

as-uppercase

The method on <string> is equivalent to map-into(string, as-uppercase, string).

The class of sequences with elements that are characters.
The common-dylan module.
Whenever possible, we have tried to keep the Dylan module pristine and unextended, preferring to add our extensions to separate modules or libraries.
The class of all Dylan objects.