how to specify type for a constant?

后端 未结 0 1146
醉梦人生
醉梦人生 2020-12-05 07:22

I have a bunch of constants, which I want to be of type `(unsigned-byte 8).

(declaim (type (unsigned-byte 8) +c0+ +c1+))
(defconstant +c0+ #x0)
(defconstant +         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题