## Generic-function: SB-SEQUENCE:EMPTYP [](../) [](../#generic-function) > Returns T if SEQUENCE is an empty sequence and NIL > otherwise. Signals an error if SEQUENCE is not a sequence. ### Lambda list ```cl (sequence) ```