**Feature request** I'd want a way to define the size of arrays. I propose the following: ```Lua ---@type string[3] local arr = {} ```