skiplist-print-reverse

Synopsis

(skiplist-print-reverse skiplist)

Parameters

  • skiplist

Description

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

Side Effects

Return Value

unspecified (ok)

See Also

Example