Use generalized iteration instead of `next, tbl`
Vide's source code is currently using next, tbl instead of generalized iteration.
Internally, Luau seems to have almost the same function with generalized iteration and next, tbl, but generalized iteration is probably slightly faster than next, tbl if I remember correctly. And it looks more concise and simple.
This is something you can PR in yourself, opening an issue for this doesn't really make much sense, there's not enough room for discussion, a PR will either be accepted or denied
This is something you can PR in yourself, opening an issue for this doesn't really make much sense, there's not enough room for discussion, a PR will either be accepted or denied
Alright, don't be mad I was really just wondering and wanted to make sure if it's really ok to change them. Also even i was going to PR this, I would open this issue because I usually open before doing PR (Well, didn't get much time to PR this in myself)