kennethloeffler / anatta

Anatta is a library that integrates the ECS pattern into Roblox.
https://kennethloeffler.github.io/anatta/
MIT License
38 stars 1 forks source link

Support `T.union` default #119

Closed kennethloeffler closed 2 years ago

kennethloeffler commented 2 years ago

T.union can resolve to a concrete type, but we don't have an implementation to generate a default value yet.

kennethloeffler commented 2 years ago

Closed by #134