specter

nathanmarz 2022-08-23T19:57:57.046979Z

@steveb8n you can still use INDEXED-VALS

nathanmarz 2022-08-23T19:58:55.103209Z

(transform [INDEXED-VALS (collect-one FIRST) LAST] (fn [index v] ...) data)

steveb8n 2022-08-23T21:40:41.570669Z

thanks @nathanmarz I’ll give this a try.

steveb8n 2022-08-23T21:41:28.901139Z

I’m sure this is a common blocker since the answer is non-obvious. I wonder if there’s a place in the docs where this could be mentioned?