(rontolisp) docs
← Functions

find-if-not

(find-if-not predicate sequence)

Returns the first element of sequence that does not satisfy predicate, or nil if every element satisfies it. The sequence may be a list or a string (whose elements are characters). It returns the element itself. This is the complement of find-if.