mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-03 02:10:53 +01:00
Mark sealed table subtyping RFC as implemented
This commit is contained in:
parent
2335b26ffc
commit
ab64a097cd
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
# Sealed table subtyping
|
||||
|
||||
**Status**: Implemented
|
||||
|
||||
## Summary
|
||||
|
||||
In Luau, tables have a state, which can, among others, be "sealed". A sealed table is one that we know the full shape of and cannot have new properties added to it. We would like to introduce subtyping for sealed tables, to allow users to express some subtyping relationships that they currently cannot.
|
||||
|
||||
## Motivation
|
||||
|
|
Loading…
Add table
Reference in a new issue