• Scieneer Common Lisp 1.3.9 online documentation

    output-stream-p stream[Generic Function]

    Returns true if the given stream can perform output operations. Default methods are provided for class stream which returns false and for class output-stream which returns true.

  •