:dispatched[syntax] :dispatched vars dispatch arg1 arg ...
SRFI-42:
Runs the variables through a sequence defined by dispatch and arg1
arg .... The purpose of :dispatched is implementing dispatched generators,
in particular the predefined dispatching generator :.
|