Next: chains folding, Previous: chains access, Up: chains [Index]
The following syntactic bindings are exported by the library
(vicare containers chains)
. The bindings whose name is prefixed
with $
are unsafe operations: they do not validate their
arguments before accessing them.
Build and return a new chain holding all the objects from chain in the same order. The iteration starts at the link given as argument, then it proceeds in the forwards direction.
Build and return a new chain holding all the objects from chain in reverse order. The iteration starts at the link given as argument, then it proceeds in the forwards direction.
Build and return a new chain holding all the objects from the chain arguments left–to–right order. The iteration starts at the link given as argument, then it proceeds in the forwards direction.