## Generic-function: SB-SEQUENCE:ITERATOR-ENDP [![package](https://img.shields.io/badge/Package-SB--SEQUENCE-5f9ea0.svg?style=social&colorA=999999)](../) [![type](https://img.shields.io/badge/Type-Generic--Function-5f9ea0.svg?style=social&colorA=999999)](../#generic-function) > Returns non-NIL when ITERATOR has reached LIMIT (which may > correspond to the end of SEQUENCE) with respect to the iteration > direction encoded in FROM-END. ### Lambda list ```cl (sequence sb-impl::iterator sb-impl::limit sb-impl::from-end) ```