table.create
Creates an array like table with count values, initialized to value. When value is nil or omitted, the resulting table has length 0, but has preallocated storage for count elements.
Syntax
create(count: integer, value: any?) returns table