Aaron Feng on 5 Feb 2010 17:52:52 -0800 |
Hi Sean, > The get is there for the key not present case, and returns kill-cell > appropriately. Maybe I'm not understanding something. user=> (get {:a 1} :b 2) 2 user=> ({:a 1} :b 2) 2 Even without the "get" the result is still the same. Thanks, Aaron
|
|