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


6.23.5 Binary input–only ports

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

Type of binary input ports.

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

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

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

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

Methods

Method on <binary-input-only-port>: <boolean> eof? this

Apply port-eof? to the instance and return its return value.