[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
vector class?
- To: CommonLoops.PA@Xerox.COM
- Subject: vector class?
- From: Rick.Busdiecker@h.cs.cmu.edu
- Date: 9 Jan 87 16:47 EST
Is there a way to discriminate on a vector? I tried:
* (defmeth id ((x vector)) :vector)
id
however when I try to use it:
* (id (vector))
Error in function class-of.
Can't determine class of #()
The same sort of thing worked just as a I expected it to on strings.
Why is this a problem for vectors?
Rick