Next: , Previous: , Up: built-in ports   [Contents][Index]


6.23.6 Binary output–only ports

Core Type: <binary-output-only-port>
Parent Type: <port>

Type of binary output ports.

Constructor on <binary-output-only-port>: <port> type-constructor port

Validate port as instance of <binary-output-only-port> and return it.

Type predicate on <binary-output-only-port>: <boolean> type-predicate obj

The type predicate is binary-output-only-port?.

Methods

Method on <binary-output-only-port>: () flush this

Apply flush-output-port to the instance.