|
|
|
|
|
by implicit
1691 days ago
|
|
Luau already has some notion of nominal types to deal with the fact that the Roblox API is basically a ton of C++ classes that have been mapped over via the FFI. Some of these types are totally structurally identical and yet incompatible. We'd like to afford the same kind of ideas for native Luau code, but we're not there yet. |
|