I have a record:(defrecord Point [x y])(def p (Point. 1 2)) Now I want to extract just the map from the record. These ways get the job done.
確定! 回上一頁