as-lowercase!

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

Exported from

Modifiers

sealed

Arguments

argAn instance of <object>.

Values

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

Functions

as-lowercase!

The method on <string> is equivalent to map-into(string, as-lowercase, 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.