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?
Thanks in Advanced..
|
|
|
|||
|
|
I do not know of any built-in function for this, but it is not that verbose to write one yourself, here is my attempt:
|
|||
|
|