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.
create(count: integer, value: any?) -> tableCreates 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.
create(count: integer, value: any?) -> table