Collect all of the variables from an svexlist.
(svexlist-vars x) → vars
See svex-vars. This just unions together the svex-vars of all of the expressions in
Like svex-vars, this is logically nice but can be very memory intensive. It is often better to use svexlist-collect-vars instead.