feature: support generics in function type format #1170
Labels
enhancement
New feature or request
feat/generic
Related to generic emulation feature
feat/LuaCats Annotations
Related to Lua Language Server Annotations (LuaCats)
Uh oh!
There was an error while loading. Please reload this page.
Currently, the only way to document generic functions is to use
@generic
. and it's not possible to use them in overloads or fields.The following examples are invalid:
The text was updated successfully, but these errors were encountered: