bytevector-not-empty-or-eof -- r7rs Type
§

Super-types
§

Super-types recursive
§

Referent definitions as output
§

Predicate
§

(lambda (value) (or (and (bytevector? value) (not (zero? (bytevector-length value)))) (eof-object? value)))

Categories
§

Categories recursive
§