Read Me - Common Public License V1.0 - Copyright Notice(©)

empty


>>-empty-------------------------------------------------------><

Removes all items from the array.

Array class - empty method

a = .array~of("Mike", "Rick", "Fred", "Rick")
a~empty  -- a = .array~new

Read Me - Common Public License V1.0 - Copyright Notice(©)