logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

purge-list - (linked-list)

Description

purge-list will delete all elements (including their keys and values) from the linked <list>, created by new-list. The list is then empty and you can still put data into it, and get data from it afterwards, without having to call new-list again.

Examples

See read-list.

Name

purge-list - (linked-list)

Purpose

Delete linked list data.

See Also

Linked list delete-listget-listnew-listposition-listpurge-listread-listwrite-list See all documentation $DATE $VERSION GOLF(2gg)

Syntax

purge-list <list>

See Also