Generic Function
close function, implementing it as a generic function. common-lisp
close stream &key abort => result
A stream.
A generalized boolean.
A result value.
close is implemented as a generic function. The default method forclose provided by thefundamental-stream class sets a flag foropen-stream-p. The result value forclose is as per the Common Lisp ANSI specification. fundamental-stream