周日,这么热的天完全不想出门,来公司玩了几乎一天的极地大乱斗。乏了,整理下清单,顺便把上周刚抽空看的 EmmyLua 注解标记整理下。只记录常用的,因为记多了,但没咋用的话,很快就忘了,不如不记。
用法
类
---@class my_type[:parent_type] [@comment]
类型
---@type my_type[|other_type] [@comment]
参数类型
---@param param_name my_type[|other_type] [@comment]
返回类型
---@return my_type[|other_type] [@comment]