[CM] rotation-pattern

Johannes Quint johannes.quint@web.de
Tue, 30 Sep 2003 14:38:18 +0200


is it possible to get the following with a rotation-pattern?

(setf x
	(new rotation :of '(a b c d e)
	:rotations ???
	))

(next x 25)
=>
a b c d e
c d e a b
e a b c d
b c d e a
d e a b c

in my  memory, there was a way, by i don't remember it.
thanks, johannes