promesa.exec.csp.mutable-list
A internal abstraction for a mutable list that is used internally by channels.
remove-last!
(remove-last! o)
Remove the last element from list and return it. If no elements, nil
is returned.
A internal abstraction for a mutable list that is used internally by channels.
(remove-last! o)
Remove the last element from list and return it. If no elements, nil
is returned.