SeqClear

Removes all elements from a Sequence

Keywords

Parameters & Returns

Parameters

seq Sequence

Returns

Void

Quick Summary

Removes all elements from a Sequence

Technical Exegesis...

Removes every element from a Sequence, leaving it empty. Syntax is 'SeqClear seq'. The Sequence can still be used afterwards; its length becomes zero. For Sequences of Types this clears the references only; it does not destroy the objects.

Example

Example.bam
; No example implemented yet