The f object as a sequence
Factor handbook » The language » Collections » Sequence operations

Prev:Sequence protocol
Next:Accessing sequence elements


The f object supports the sequence protocol in a trivial way. It responds with a length of zero and throws an out of bounds error when an attempt is made to access elements.