Skip to main content

rawlen

Gets the raw length of a table, without invoking the __len metamethod.

rawlen(tbl: table): number

Arguments

NameDescriptionType
tblThe table to get the length of.table

Returns number