Typeclass :: MSequence

The MSequence typeclass represents the interface needed for conforming to the mutable sequence protocol. By default, MSequence is composed of only a single type, the built-in list type. In the future, more mutable sequence types will be added to MSequence, making the interface it defines much more powerful.

Please consult the documentation on the Typeclass() class for more information.

Valid XHTML 1.0 Transitional