Macro: SB-SEQUENCE:WITH-SEQUENCE-ITERATOR

package type

Executes BODY with the elements of VARS bound to the iteration state returned by MAKE-SEQUENCE-ITERATOR for SEQUENCE and ARGS. Elements of VARS may be NIL in which case the corresponding value returned by MAKE-SEQUENCE-ITERATOR is ignored.

Lambda list

((&optional sb-impl::iterator sb-impl::limit sb-impl::from-end-p step endp sb-impl::element
  sb-impl::set-element sb-int:index sb-impl::copy)
 (sequence &key sb-impl::from-end sb-impl::start sb-impl::end) &body sb-impl::body)