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

items


>>-items-------------------------------------------------------><

Returns the number of items in the collection.

Array class - items method

a = .array~of("Fred", , "Mike", , "David")
say a~items  -- says: 3

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