Typeclass :: ImSequence
The ImSequence typeclass represents the interface for immutable sequence types.
ImSequence is an amalgam of the following built-in types:
buffertuplexrange
In addition, since the String typeclass is a subclass of ImSequence, all of String's member types are automatically part of ImSequence.
Please consult the documentation on the Typeclass() class for more information.