남영환
Results
1
issues of
남영환
line56 (defn index-filter [pred coll](when pred %28for [[idx elt] %28indexed coll%29 :when %28pred elt%29] idx%29)) I think that 'when' is not necessary. and I've changed like this. (defn index-filter [pred...