Can't Get Length of Returned Table
LOL I cannot believe that didn't occur to me at some point. Thanks a lot!
Can't Get Length of Returned Table
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