nreverse
nreverse is a built-in function in `C source code
'.
(nreverse SEQ)
Reverse order of items in a list, vector or string SEQ.
If SEQ is a list, it should be nil-terminated.
This function may destructively modify SEQ to produce the value.
C source code
'.
(nreverse SEQ)
Reverse order of items in a list, vector or string SEQ.
If SEQ is a list, it should be nil-terminated.
This function may destructively modify SEQ to produce the value.