write-with-shared-structure

[procedure] write-with-shared-structure obj [port [optarg]]

SRFI-38: Writes an external representation of obj to port, using the shared structure notation such as #1= and #1# if needed.

Some implementations may have a shorter name, write/ss, as well.

Some implementations may extend the built-in write to handle the shared structure.