Function: -reject-last
-reject-last is a function alias for -remove-last, defined in dash.el.
Signature
(-reject-last PRED LIST)
Documentation
Remove the last item from LIST for which PRED returns non-nil.
The result is a copy of LIST regardless of whether an element is removed.
Alias: -reject-last.
This function's anaphoric counterpart is --remove-last.
See also -map-last, -remove-item, and -remove-first.