Next: iklib io misc, Previous: iklib io buffer, Up: iklib io [Index]
Port property work like symbol property lists; they are a simple way to tag I/O ports with values.
Add a new property key with value to the property list of port. If key is already set: the old entry is mutated to reference value. key must be a symbol.
Return the value of the property key in the property list of
port; if key is not set return #f
. key must be
a symbol.
Remove the property key from the property list of port. key must be a symbol.
Return a new association list representing the property list of port.