Update STATUS.md

Add __len metamethod
This commit is contained in:
Arseny Kapoulkine 2022-06-28 09:08:12 -07:00 committed by GitHub
parent fd82e92628
commit c29b803046
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -32,3 +32,9 @@ This document tracks unimplemented RFCs.
[RFC: never and unknown types](https://github.com/Roblox/luau/blob/master/rfcs/never-and-unknown-types.md)
**Status**: Needs implementation
## __len metamethod for tables and rawlen function
[RFC: Support __len metamethod for tables and rawlen function](https://github.com/Roblox/luau/blob/master/rfcs/len-metamethod-rawlen.md)
**Status**: Needs implementation