Skip to content

Automatically use pairs() in For Loops #7

@Jediweirdo

Description

@Jediweirdo

It's slightly annoying to write:

for key, value in pairs(table) do
-- stuff
end

Instead of:

for key, value in table do
-- stuff
end

It's a first-world problem, but I'd be very welcome to having it resolved if possible.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions