Next: chains access, Previous: chains objects, 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.
Return a non–negative exact integer representing the number of objects in chain. In counting the links: proceed both in forwards and backwards directions. Circular chains are forbidden.
Return a non–negative exact integer representing the number of objects in chain in the forwards direction, including chain. Circular chains are forbidden.
Return a non–negative exact integer representing the number of objects in chain in the backwards direction, including chain. Circular chains are forbidden.