Generic Function Delete-Last (1 method)

( delete-last < ordered-container-mixin > )

Part of:

package metabang.cl-containers, package metabang.utilities
Removes (and returns) the last item in an ordered container. Behavior is undefined if the container is empty.

Method Summary

delete-last < vector-container