I have an ordered map like so:{:a 1 :b 2 :c 3} : and given a list of orderings like :[:c :a] : I would like to find the simplest way possible to get :{c: 3 ...
確定! 回上一頁