We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 066cb24 commit 1c67fe0Copy full SHA for 1c67fe0
vector/vector.lua
@@ -21,6 +21,8 @@ local class = require(cPath)
21
---@field toString function @Returns a String of the vector
22
---@field equals function @check if two vectors are equal
23
24
+---@type Vector
25
+---@diagnostic disable-next-line: missing-fields
26
local Vector = {}
27
28
---Create a new Vector
0 commit comments