mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Update docs/_posts/2022-08-29-luau-recap-august-2022.md
Co-authored-by: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com>
This commit is contained in:
parent
5c2811361a
commit
de08dabdbb
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ Luau is our new language that you can read more about at [https://luau-lang.org]
|
|||
|
||||
See the RFC [Support `__len` metamethod for tables and `rawlen` function](https://github.com/Roblox/luau/blob/master/rfcs/len-metamethod-rawlen.md) for more details.
|
||||
|
||||
With generalized iteration released in May, custom containers are easier than ever to use. The only thing missing were the fact tables didn't respect `__len`.
|
||||
With generalized iteration released in May, custom containers are easier than ever to use. The only thing missing was the fact that tables didn't respect `__len`.
|
||||
|
||||
Simply, tables now honor the `__len` metamethod, and `rawlen` is also added with similar semantics as `rawget` and `rawset`:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue