skiplist-print

Synopsis

(skiplist-print skiplist)

Parameters

  • skiplist

Description

This procedure displays all nodes of the skiplist on UNIX stderr for testing purposes (bypassing the Scheme current-output-port).

Side Effects

Return Value

unspecified (ok)

See Also

Example