mttsner
Results
1
issues of
mttsner
### Issue When using the `#` unary operator on a lua array that has `index = value`, the returned length is the highest index. ### Example ```lua print(#{ [20] =...