resyntax icon indicating copy to clipboard operation
resyntax copied to clipboard

Suggest replacing `sequence-tail` and `in-vector` with just `in-vector`

Open jackfirth opened this issue 3 years ago • 0 comments

The expression (sequence-tail (in-vector vec) i) can be rewritten to (in-vector vec i).

jackfirth avatar Jan 25 '22 04:01 jackfirth