(rontolisp) docs
← Functions

streamp

(streamp object)

Returns t if object is a stream and nil otherwise. Streams are opaque integer handles across all backends, so this is a lite test equivalent to integerp. The stream type specifier used by check-type/typecase is backed by the same test. Available on all backends except --no-gc.