| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
gauche.sequence - Sequence framework
This module inherits gauche.collection (See section 9.3 gauche.collection - Collection framework),
All the collection generic operations can be applied to a sequence as well.
Among Gauche builtin class, lists, vectors and strings are sequences and the specialized methods are defined for them. Other extension types, such as SRFI-4 uniform vector, have the methods as well.
9.18.1 Fundamental sequence accessors 9.18.2 Slicing sequence 9.18.3 Implementing sequence