make-queue
and make-channel
now accept a :fixed-capacity
argument for limiting the number of elements stored
make-queue
now accepts an :initial-contents
argument
make-queue
or make-channel
is deprecated; a &rest
hack is present for backward compatibility
queue-full-p