rawlen
Gets the raw length of a table, without invoking the __len metamethod.
rawlen(tbl: table): number
Arguments
| Name | Description | Type |
|---|---|---|
| tbl | The table to get the length of. | table |
Returns number
Gets the raw length of a table, without invoking the __len metamethod.
rawlen(tbl: table): number
| Name | Description | Type |
|---|---|---|
| tbl | The table to get the length of. | table |
Returns number