The function passed to map-indexed is a function of [index item]. Easy to understand with: (map-indexed (fn [idx itm] [idx itm]) "item") ; ([0 "item"]).
確定! 回上一頁