Re: Defaulted (get ...) Not Documented

2008-12-01 Thread Rich Hickey
On Dec 1, 10:19 am, Randall R Schulz <[EMAIL PROTECTED]> wrote: > Hi, > > I looked for a version of (get map key) that would supply a default > value if the key was not present in the map. I was surprised to see (by > looking at the "Data Structure" documentation page, >

Defaulted (get ...) Not Documented

2008-12-01 Thread Randall R Schulz
Hi, I looked for a version of (get map key) that would supply a default value if the key was not present in the map. I was surprised to see (by looking at the "Data Structure" documentation page, ) that there was none. However, I also did this: user=> (doc