Comment 4 for bug 1745196

Revision history for this message
Paul F. Dietz (paul-f-dietz) wrote :

Specifically for /=? Probably not (although (apply #'/= list) is a nice way to ask if there are any duplicates in list.) The general (apply fn list) idiom occurs with many n-ary builtins, and it would be nice to be able to apply it to arbitrary lists. I know this is not completely portable.