skiplist?

Synopsis

(skiplist? object)

Parameters

  • object

Description

This predicate returns #t if the object is a skip list, otherwise #f.

Side Effects

Return Value

#t or #f

Example

> (skiplist? (skiplist-create))
#t
>