std.tbl.empty

std.tbl

empty(t) -> is_empty

Check if a table is empty (has no keys)

Returns true if the table has no keys (is empty), false otherwise. Note: This only checks for keys, not for nil values.