| Did you know ... | Search Documentation: |
| chain->move_before |
->member
or they are equal. To move an element to the start of the chain, you may
use either of:
?- ignore(send(Ch, move_before, Element, Ch?head)). ?- send(Ch, move_after, Element).
See also chain->move_after, chain->before
and chain->after.
Diagnostics: Fails silently if either argument is not a chain->member
of the chain.
->insert ->before ->insert_after ->move_after