I have a List of Map, I need to get the even/odd indexed elements from that list in Clojure.
I don’t want to iterate thought the list with for loop. Is there any small or single_word function?
I have a List of Map, I need to get the even/odd indexed elements
Share
1 Answer