Can't Get Length of Returned Table

2022-08-13 Thread Zekereth
LOL I cannot believe that didn't occur to me at some point. Thanks a lot!

Can't Get Length of Returned Table

2022-08-13 Thread Zekereth
I have a table member of an object declared as such entries: Table[string, string] Run And I was returning it with this proc getAll*(this: JotzCollection): Table[string, string] = return this.entries Run When I try to get its length