mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-04 10:50:54 +01:00
Remove warning about generic functions being disabled (#90)
This commit is contained in:
parent
2341b5014e
commit
f3a248d1a9
1 changed files with 0 additions and 2 deletions
|
@ -190,8 +190,6 @@ local numbers: Pair<number> = {first=1, second=2}
|
|||
|
||||
## Generic functions
|
||||
|
||||
**WARNING** Generic functions are currently disabled as we're fixing some critical bugs.
|
||||
|
||||
As well as generic type aliases like `Pair<T>`, Luau supports generic functions. These are functions that, as well as their regular data parameters, take type parameters. For example, a function which reverses an array is:
|
||||
```lua
|
||||
function reverse(a)
|
||||
|
|
Loading…
Add table
Reference in a new issue