Closes a <closable-object>.
open
| arg | An instance of <closable-object>. |
| #rest more | Instances of <object>. |
| #all-keys | This function accepts any keyword argument. |
Closes a <closable-object>. | |
The method on <basic-stream> closes a stream. |
The method on <basic-stream> closes a stream. Streams are automatically opened when created, and closed when they go out of scope. But, sometimes it is necessary to close a stream immediately (for example, to open another one over the same sequence but in the opposite direction). This function provides for that necessity.