Next: , Previous: , Up: chains   [Index]


35.10 Converting chains to other objects

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.

Function: chain->list chain
Function: $chain->list chain
Function: list->chain list
Function: $list->chain list

Convert to and from a chain and a proper list.

Function: chain->vector chain
Function: $chain->vector chain
Function: vector->chain vector
Function: $vector->chain vector

Convert to and from a chain and a vector.