delete-duplicates

Name

delete-duplicates -- Return a list that has the elements of L with duplicates omitted.

Synopsis

(delete-duplicates l)

Description

Return a list that has the elements of L with duplicates omitted. The first instance of any alement that appears more than once is retained, all other instances are removed.

Implementation Notes

Module: (app scwm listops)

Defined in scheme/listops.scm at line 220 (CVS log)