Ensure a stream is closed, swallowing any exceptions.
Source
(defnclose!"Ensure a stream is closed, swallowing any exceptions."{:added"1.2"}[stream](when(instance?java.io.Closeablestream)(try(.close ^java.io.Closeable stream)(catchIOException_nil))))