Ukendio / jecs

A fast, portable Entity Component System for Luau
https://ukendio.github.io/jecs/
MIT License
121 stars 20 forks source link

Allow functions to accept any ID including pairs in type parameters #109

Closed Mark-Marks closed 1 month ago

Mark-Marks commented 1 month ago

Brief Description of your Changes.

Impact of your Changes

Type checker now doesn't freak out when you pass in a pair to a function that's able to accept it

Tests Performed

Run tests and implement as directed

Additional Comments

N/A