mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
prune some content that isn't out yet
This commit is contained in:
parent
592a32f02d
commit
a9c6146935
1 changed files with 0 additions and 11 deletions
|
@ -58,19 +58,8 @@ type X = Fn<(number, string), (string, number)>
|
||||||
|
|
||||||
For more information, check out [the RFC for this feature](https://github.com/Roblox/luau/blob/f86d4c6995418e489a55be0100159009492778ff/rfcs/syntax-type-alias-type-packs.md).
|
For more information, check out [the RFC for this feature](https://github.com/Roblox/luau/blob/f86d4c6995418e489a55be0100159009492778ff/rfcs/syntax-type-alias-type-packs.md).
|
||||||
|
|
||||||
## Infallible type checking
|
|
||||||
|
|
||||||
|
|
||||||
## Library improvements
|
## Library improvements
|
||||||
|
|
||||||
```lua
|
|
||||||
function coroutine.close(co: thread)
|
|
||||||
```
|
|
||||||
|
|
||||||
Given a suspended coroutine, _closes_ the coroutine, changing its state to `dead`. A closed coroutine cannot be resumed.
|
|
||||||
|
|
||||||
See [the RFC for this function](https://github.com/Roblox/luau/blob/f86d4c6995418e489a55be0100159009492778ff/rfcs/function-coroutine-close.md) for more information.
|
|
||||||
|
|
||||||
```lua
|
```lua
|
||||||
function bit32.countlz(n: number): number
|
function bit32.countlz(n: number): number
|
||||||
function bit32.countrz(n: number): number
|
function bit32.countrz(n: number): number
|
||||||
|
|
Loading…
Add table
Reference in a new issue